Table of Contents

Class BackupExecLogonAccountCollection

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

Represents a collection of Backup Exec logon accounts.

public class BackupExecLogonAccountCollection : Collection<BackupExecLogonAccount>, IList<BackupExecLogonAccount>, ICollection<BackupExecLogonAccount>, IList, ICollection, IReadOnlyList<BackupExecLogonAccount>, IReadOnlyCollection<BackupExecLogonAccount>, IEnumerable<BackupExecLogonAccount>, IEnumerable
Inheritance
BackupExecLogonAccountCollection
Implements
Inherited Members

Constructors

BackupExecLogonAccountCollection()

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

public BackupExecLogonAccountCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.BackupExecLogonAccount with the specified name, or null if no account with that name is found.

public BackupExecLogonAccount FindByName(string name)

Parameters

name string

The account name of the CENTREL.XIA.Configuration.Types.BackupExecLogonAccount to locate.

Returns

BackupExecLogonAccount

The CENTREL.XIA.Configuration.Types.BackupExecLogonAccount with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()