API Reference
Class
PolicyValueState
Represents the current state of a policy value.
Inheritance
- Object
- PolicyValueState
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
- Method PolicyStateService.GetState
- Method PolicyValueState.<Clone>$
Constructors
public PolicyValueState(Boolean IsConfigured, Object Value) #Represents the current state of a policy value.
Parameters
- IsConfigured System.Boolean
- True when the registry has a value for the element.
- Value System.Object
- Raw registry data (type depends on policy).