Table of Contents

Class BackupExecMediaSets

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

Represents the media sets installed on a Backup Exec installation.

public class BackupExecMediaSets : BypassSection
Inheritance
BackupExecMediaSets
Inherited Members

Constructors

BackupExecMediaSets()

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

public BackupExecMediaSets()

Properties

Items

Gets or sets the items in the collection.

public BackupExecMediaSetCollection Items { get; set; }

Property Value

BackupExecMediaSetCollection

Methods

ToString()

Returns the media sets as a human readable string.

public override string ToString()

Returns

string

The media sets as a human readable string.