Class WindowsBackupProduct
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a backup product installed on the Windows machine.
public class WindowsBackupProduct : GlobalSerializableClassicBase, IComparable<WindowsBackupProduct>
- Inheritance
-
WindowsBackupProduct
- Implements
Constructors
WindowsBackupProduct()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsBackupProduct class.
public WindowsBackupProduct()
Properties
InstallationType
Gets or sets the type of backup product installation on the Windows machine.
public WindowsBackupProductInstallationType InstallationType { get; set; }
Property Value
InstallationTypeString
Gets or sets the installation type as a human readable string.
public string InstallationTypeString { get; set; }
Property Value
Name
Gets or sets the name of the backup product installed on the Windows machine.
public string Name { get; set; }
Property Value
ProductType
Gets or sets the type of backup product installed on the Windows machine.
public WindowsBackupProductType ProductType { get; set; }
Property Value
ServiceAccountName
Gets or sets the name of the service account running the backup software.
public string ServiceAccountName { get; set; }
Property Value
Version
Gets or sets the version of the installed backup product.
public SerializableVersion Version { get; set; }
Property Value
- SerializableVersion
VersionString
Gets or sets the version as a string.
public string VersionString { get; set; }
Property Value
Methods
CompareTo(WindowsBackupProduct)
Compares two CENTREL.XIA.Configuration.Types.WindowsBackupProduct to allow sorting alphabetically by name.
public int CompareTo(WindowsBackupProduct other)
Parameters
other
WindowsBackupProductThe CENTREL.XIA.Configuration.Types.WindowsBackupProduct to compare to.
Returns
- int
The sort ordinal of the two CENTREL.XIA.Configuration.Types.WindowsBackupProduct items.