API Reference
Class
PolicyRegistryValue
Represents a typed registry value written by a policy.
Inheritance
- Object
- PolicyRegistryValue
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EnumPolicyElementItem.Value
- Property PolicyRegistryList.OffValue
- Property PolicyRegistryList.OnValue
- Property PolicyRegistryListEntry.Value
Constructors
public PolicyRegistryValue() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PolicyRegistryValueType RegistryType { get; set; } #Type of the registry value.
public String ValueName { get; set; } #Optional explicit value name overriding the element's default.
public String StringValue { get; set; } #String payload when RegistryType is Text.
public Nullable<UInt32> NumberValue { get; set; } #Numeric payload when RegistryType is Numeric.