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