Table of Contents

Class MicrosoftFailoverClusterParameters

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

Represents the parameters defined for an object in a Microsoft failover cluster.

public class MicrosoftFailoverClusterParameters : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterParameters

Constructors

MicrosoftFailoverClusterParameters()

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

public MicrosoftFailoverClusterParameters()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftFailoverClusterParameterCollection Items { get; set; }

Property Value

MicrosoftFailoverClusterParameterCollection

Methods

FromXml(string)

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

public static MicrosoftFailoverClusterParameters FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterParameters

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterParameters class.

ToString()

Returns the failover cluster parameters as a human readable string.

public override string ToString()

Returns

string

The failover cluster parameters as a human readable string.