Table of Contents

Class BackupExecFileSystemSelections

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

Represents a collection of Backup Exec file system selections.

public class BackupExecFileSystemSelections : BypassSection
Inheritance
BackupExecFileSystemSelections
Inherited Members

Constructors

BackupExecFileSystemSelections()

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

public BackupExecFileSystemSelections()

Properties

Items

Gets or sets the items in the collection.

public BackupExecFileSystemSelectionCollection Items { get; set; }

Property Value

BackupExecFileSystemSelectionCollection

Methods

ToString()

Returns the selections as a human readable string.

public override string ToString()

Returns

string

The selections as a human readable string.