Table of Contents

Class BackupExecLicenses

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the licenses installed on a Backup Exec installation.

public class BackupExecLicenses : BypassSection
Inheritance
BackupExecLicenses
Inherited Members

Constructors

BackupExecLicenses()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecLicenses class.

public BackupExecLicenses()

Properties

Items

Gets or sets the items in the collection.

public BackupExecLicenseCollection Items { get; set; }

Property Value

BackupExecLicenseCollection

Methods

ToString()

Returns the licenses as a human readable string.

public override string ToString()

Returns

string

The licenses as a human readable string.