Table of Contents

Class BackupExecLogonAccounts

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

Represents the logon accounts configured on a Backup Exec installation.

public class BackupExecLogonAccounts : BypassSection
Inheritance
BackupExecLogonAccounts
Inherited Members

Constructors

BackupExecLogonAccounts()

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

public BackupExecLogonAccounts()

Properties

Items

Gets or sets the items in the collection.

public BackupExecLogonAccountCollection Items { get; set; }

Property Value

BackupExecLogonAccountCollection

Methods

ToString()

Returns the CENTREL.XIA.Configuration.Types.BackupExecLogonAccounts as a human readable string.

public override string ToString()

Returns

string

The CENTREL.XIA.Configuration.Types.BackupExecLogonAccounts as a human readable string.