Table of Contents

Class GroupPolicyRegistryPolicyOption

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

Represents a Group Policy registry policy.

public class GroupPolicyRegistryPolicyOption : GlobalSerializableClassicBase
Inheritance
GroupPolicyRegistryPolicyOption

Constructors

GroupPolicyRegistryPolicyOption()

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

public GroupPolicyRegistryPolicyOption()

Properties

OptionName

Gets or sets the option name.

public string OptionName { get; set; }

Property Value

string

OptionType

Gets or sets the option type.

public GroupPolicyRegistryPolicyOptionType OptionType { get; set; }

Property Value

GroupPolicyRegistryPolicyOptionType

State

Gets or sets the option state.

public GroupPolicyRegistryPolicyState State { get; set; }

Property Value

GroupPolicyRegistryPolicyState

Value

Gets or sets the configured value.

public object Value { get; set; }

Property Value

object

ValueString

Gets the configured value as a human readable string.

public string ValueString { get; set; }

Property Value

string

Methods

ToString()

Returns the registry policy option as a human readable string.

public override string ToString()

Returns

string

The registry policy option as a human readable string.