API Reference
Class
PolicyStateDetails
Detailed typed view of a policy’s state (basic state + per-element values).
Inheritance
- Object
- PolicyStateDetails
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
Constructors
public PolicyStateDetails() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String PolicyName { get; set; } #Internal ADMX policy name.
public String DisplayName { get; set; } #Localized display name.
public String RegistryKey { get; set; } #Primary registry key used by the policy.
public String ValueName { get; set; } #Primary registry value name used by the policy.
public PolicyState BasicState { get; set; } #High-level state (Enabled/Disabled/NotConfigured).
public IReadOnlyDictionary<String, Object> ElementStates { get; set; } #Per-element state values keyed by element id.