Table of Contents

Class MicrosoftFailoverClusterAccessRules

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

Represents a collection of Microsoft failover cluster access rules.

public class MicrosoftFailoverClusterAccessRules : BypassSection
Inheritance
MicrosoftFailoverClusterAccessRules
Inherited Members

Constructors

MicrosoftFailoverClusterAccessRules()

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

public MicrosoftFailoverClusterAccessRules()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftFailoverClusterAccessRuleCollection Items { get; set; }

Property Value

MicrosoftFailoverClusterAccessRuleCollection

Methods

FromXml(string)

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

public static MicrosoftFailoverClusterAccessRules FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterAccessRules

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAccessRules class.

ToString()

Returns the Microsoft failover cluster access rules as a readable string.

public override string ToString()

Returns

string

The Microsoft failover cluster access rules as a readable string.