Class BackupExecLicense
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec license.
public class BackupExecLicense : GlobalSerializableClassicBase, IComparable<BackupExecLicense>
- Inheritance
-
BackupExecLicense
- Implements
Constructors
BackupExecLicense()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecLicense class.
public BackupExecLicense()
Properties
Id
Gets or sets the unique identifier of the component in GUID format.
public string Id { get; set; }
Property Value
IsEvaluation
Gets or sets whether the license is an evaluation license.
public BooleanOption IsEvaluation { get; set; }
Property Value
IsInstalled
Gets or sets whether the component is installed.
public BooleanOption IsInstalled { get; set; }
Property Value
IsLicensed
Gets or sets whether the component is licensed.
public BooleanOption IsLicensed { get; set; }
Property Value
Name
Gets or sets the name of the license - for example "Agent for Linux".
public string Name { get; set; }
Property Value
Methods
CompareTo(BackupExecLicense)
Compares two CENTREL.XIA.Configuration.Types.BackupExecLicense objects to allow sorting alphabetically by name.
public int CompareTo(BackupExecLicense other)
Parameters
other
BackupExecLicenseThe CENTREL.XIA.Configuration.Types.BackupExecLicense to compare to.
Returns
- int
The sort order of the two items.