API Reference
Class
DecimalPolicyElement
ADMX decimal policy element describing numeric constraints for a setting.
Inheritance
- PolicyElement
- DecimalPolicyElement
Constructors
public DecimalPolicyElement() #Inherited Methods
Properties
public Boolean Required { get; set; } #Indicates whether this element is required for the policy to be valid.
public UInt32 Minimum { get; set; } #Minimum allowed value (inclusive).
public UInt32 Maximum { get; set; } #Maximum allowed value (inclusive).
public Boolean StoreAsText { get; set; } #When true, store value as text (REG_SZ) rather than numeric type.
public Boolean NoOverwrite { get; set; } #When true, do not overwrite existing registry data when applying.
Inherited Properties
public String Id { get; set; } #Inherited from PolicyElement
public String ClientExtension { get; set; } #Inherited from PolicyElement
public String RegistryKey { get; set; } #Inherited from PolicyElement
public String RegistryValue { get; set; } #Inherited from PolicyElement
public String ElementType { get; set; } #Inherited from PolicyElement