Table of Contents

Class BackupExecStorageDevicePool

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

Represents a Backup Exec storage device pool.

public abstract class BackupExecStorageDevicePool : BackupExecStorageDevice, IComparable<BackupExecStorageDevice>
Inheritance
BackupExecStorageDevicePool
Implements
Derived
Inherited Members

Constructors

BackupExecStorageDevicePool()

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

public BackupExecStorageDevicePool()

Properties

MemberDevices

Gets or sets the names of the devices that belong to this storage device pool.

public SerializableStringCollection MemberDevices { get; set; }

Property Value

SerializableStringCollection