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