Table of Contents

Class BackupExecLogonAccount

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

Represents a Backup Exec logon account.

public class BackupExecLogonAccount : GlobalSerializableClassicBase, IComparable<BackupExecLogonAccount>
Inheritance
BackupExecLogonAccount
Implements

Constructors

BackupExecLogonAccount()

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

public BackupExecLogonAccount()

Properties

AccountName

Gets or sets the display name of the logon account - for example "DEMONSTRATION\Administrator" or "System Logon Account".

public string AccountName { get; set; }

Property Value

string

AccountType

Gets or sets the type of account.

public BackupExecLogonAccountType AccountType { get; set; }

Property Value

BackupExecLogonAccountType

AccountTypeString

Gets the account type as a human readable string.

public string AccountTypeString { get; set; }

Property Value

string

Description

Gets or sets the description of this account, seen as "Notes" in the user interface.

public string Description { get; set; }

Property Value

string

IsSystemDefault

Gets or sets whether this is a built in system account.

public BooleanOption IsSystemDefault { get; set; }

Property Value

BooleanOption

IsUserDefault

Gets or sets whether or not this is the default user account.

public BooleanOption IsUserDefault { get; set; }

Property Value

BooleanOption

UserName

Gets or sets the username to use to make the connection - for example "DEMONSTRATION\Administrator" or "root".

public string UserName { get; set; }

Property Value

string

Methods

CompareTo(BackupExecLogonAccount)

Compares two CENTREL.XIA.Configuration.Types.BackupExecLogonAccount objects to allow sorting alphabetically by name.

public int CompareTo(BackupExecLogonAccount other)

Parameters

other BackupExecLogonAccount

The CENTREL.XIA.Configuration.Types.BackupExecLogonAccount to compare to.

Returns

int

The sort order of the two items.

ToString()

Returns the logon account as a human readable string.

public override string ToString()

Returns

string

The logon account as a human readable string.