Table of Contents

Class VMwareBooleanPolicySetting

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a boolean policy setting that can be inherited.

public class VMwareBooleanPolicySetting : VMwareInheritablePolicySetting
Inheritance
VMwareBooleanPolicySetting
Inherited Members

Constructors

VMwareBooleanPolicySetting()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareBooleanPolicySetting class.

public VMwareBooleanPolicySetting()

Properties

DisplayValue

Gets the display value of this policy setting, used by the data comparer.

public override string DisplayValue { get; }

Property Value

string

Value

Gets or sets the boolean value assigned to this setting.

public BooleanOption Value { get; set; }

Property Value

BooleanOption