TestimoX

API Reference

Class

DecimalPolicyElement

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

ADMX decimal policy element describing numeric constraints for a setting.

Inheritance

Constructors

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.