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