API Reference
Class
PolicyElement
Base representation of a policy element with registry metadata.
Inheritance
- Object
- PolicyElement
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
- Property AdmxPolicyDefinition.Element
- Property AdmxPolicyDefinition.Elements
- Property PolicyDefinition.Element
- Property PolicyDefinition.Elements
Accepted by parameters
- Constructor AdmxPolicyDefinition.AdmxPolicyDefinition
- Method AdmxPolicyDefinition.AddElement
- Constructor PolicyDefinition.PolicyDefinition
Constructors
public PolicyElement() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #Identifier of the element within the ADMX file.
public String ClientExtension { get; set; } #Optional client-side extension identifier.
public String RegistryKey { get; set; } #Registry key affected by this policy element.
public String RegistryValue { get; set; } #Registry value name for the policy element.
public String ElementType { get; set; } #Type name of the policy element (for example, decimal or text).