Table of Contents

Class BackupExecAgentServers

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

Represents the Backup Exec agent servers.

public class BackupExecAgentServers : BypassSection
Inheritance
BackupExecAgentServers
Inherited Members

Constructors

BackupExecAgentServers()

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

public BackupExecAgentServers()

Properties

Items

Gets or sets the items in the collection.

public BackupExecAgentServerCollection Items { get; set; }

Property Value

BackupExecAgentServerCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.BackupExecAgentServers class from the specified XML.

public static BackupExecAgentServers FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

BackupExecAgentServers

A CENTREL.XIA.Configuration.Types.BackupExecAgentServers class.

ToString()

Returns the agent server as a human readable string.

public override string ToString()

Returns

string

The agent server as a human readable string.