BackupDeviceList Members
Include Protected Members
Include Inherited Members
The BackupDeviceList object provides programmatic access to a list backup devices.
The BackupDeviceList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BackupDeviceList() | Initializes a new instance of the BackupDeviceList class. | |
BackupDeviceList(Int32) | Initializes a new instance of the BackupDeviceList class with the specified capacity. | |
BackupDeviceList(IEnumerable<BackupDeviceItem>) |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from List<BackupDeviceItem>.) | |
Count | (Inherited from List<BackupDeviceItem>.) | |
Item[Int32] | (Inherited from List<BackupDeviceItem>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add(Object) | (Inherited from List<BackupDeviceItem>.) | |
IList.Contains(Object) | (Inherited from List<BackupDeviceItem>.) | |
ICollection.CopyTo(Array, Int32) | (Inherited from List<BackupDeviceItem>.) | |
IEnumerable<T>.GetEnumerator() | (Inherited from List<BackupDeviceItem>.) | |
IEnumerable.GetEnumerator() | (Inherited from List<BackupDeviceItem>.) | |
IList.IndexOf(Object) | (Inherited from List<BackupDeviceItem>.) | |
IList.Insert(Int32, Object) | (Inherited from List<BackupDeviceItem>.) | |
IList.IsFixedSize | (Inherited from List<BackupDeviceItem>.) | |
ICollection<T>.IsReadOnly | (Inherited from List<BackupDeviceItem>.) | |
IList.IsReadOnly | (Inherited from List<BackupDeviceItem>.) | |
ICollection.IsSynchronized | (Inherited from List<BackupDeviceItem>.) | |
IList.Item[Int32] | (Inherited from List<BackupDeviceItem>.) | |
IList.Remove(Object) | (Inherited from List<BackupDeviceItem>.) | |
ICollection.SyncRoot | (Inherited from List<BackupDeviceItem>.) |
Top