Class VMwareLongPolicySetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a long (Int64) policy setting that can be inherited.
public class VMwareLongPolicySetting : VMwareInheritablePolicySetting
- Inheritance
-
VMwareLongPolicySetting
- Inherited Members
Constructors
VMwareLongPolicySetting()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareLongPolicySetting class.
public VMwareLongPolicySetting()
Properties
DisplayValue
Gets the display value of this policy setting, used by the data comparer.
public override string DisplayValue { get; }
Property Value
Value
Gets or sets the In64 value assigned to this setting.
public long Value { get; set; }