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
OptionType
Gets or sets the option type.
public GroupPolicyRegistryPolicyOptionType OptionType { get; set; }
Property Value
State
Gets or sets the option state.
public GroupPolicyRegistryPolicyState State { get; set; }
Property Value
Value
Gets or sets the configured value.
public object Value { get; set; }
Property Value
ValueString
Gets the configured value as a human readable string.
public string ValueString { get; set; }
Property Value
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.