Class BackupExecMediaItems
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the media configured on a Backup Exec server.
public class BackupExecMediaItems : BypassSection
- Inheritance
-
BackupExecMediaItems
- Inherited Members
Constructors
BackupExecMediaItems()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecMediaItems class.
public BackupExecMediaItems()
Properties
Items
Gets or sets the items in the collection.
public BackupExecMediaItemCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the media items as a human readable string.
public override string ToString()
Returns
- string
The media items as a human readable string.