Class BackupExecSelectionList
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec selection list.
public class BackupExecSelectionList : GlobalSerializableClassicBase
- Inheritance
-
BackupExecSelectionList
Constructors
BackupExecSelectionList()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecSelectionList class.
public BackupExecSelectionList()
Properties
AgentServer
Gets or sets the name of the agent server to which the selections apply.
public string AgentServer { get; set; }
Property Value
Selections
Gets or sets the selections that apply to this agent server.
public BackupExecSelectionCollection Selections { get; set; }
Property Value
Methods
ToString()
Returns the selection list as a human readable string.
public override string ToString()
Returns
- string
The selection list as a human readable string.