Table of Contents

Class VMwareInheritablePolicySetting

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

Represents the base class for policy settings that can be inherited.

public abstract class VMwareInheritablePolicySetting : VMwarePolicySetting
Inheritance
VMwareInheritablePolicySetting
Derived

Constructors

VMwareInheritablePolicySetting()

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

public VMwareInheritablePolicySetting()

Properties

DisplayValue

Gets the display value for this policy setting.

public abstract string DisplayValue { get; }

Property Value

string

Inherited

Gets or sets whether this policy setting was inherited.

public BooleanOption Inherited { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the policy setting as a human readable string.

public override string ToString()

Returns

string

The policy setting as a human readable string.