Table of Contents

Class MicrosoftFailoverClusterObjectParameter

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

Represents an object parameter defined for an object in a Microsoft failover cluster.

public class MicrosoftFailoverClusterObjectParameter : MicrosoftFailoverClusterParameterBase, IComparable<MicrosoftFailoverClusterParameterBase>
Inheritance
MicrosoftFailoverClusterObjectParameter
Implements
Inherited Members

Constructors

MicrosoftFailoverClusterObjectParameter()

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

public MicrosoftFailoverClusterObjectParameter()

Properties

Value

Gets or sets the object value.

public string Value { get; set; }

Property Value

string