API Reference
Class
PolicyRegistryValue
Represents a typed registry value written by a policy.
Inheritance
- Object
- PolicyRegistryValue
Constructors
public PolicyRegistryValue() #Inherited Methods
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.