Class MicrosoftFailoverClusterStringParameter
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a string parameter defined for an object in a Microsoft failover cluster.
public class MicrosoftFailoverClusterStringParameter : MicrosoftFailoverClusterParameterBase, IComparable<MicrosoftFailoverClusterParameterBase>
- Inheritance
-
MicrosoftFailoverClusterStringParameter
- Implements
- Inherited Members
Constructors
MicrosoftFailoverClusterStringParameter()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterStringParameter class.
public MicrosoftFailoverClusterStringParameter()
Properties
Value
Gets or sets the string value.
public string Value { get; set; }