API Reference
Class
EnumPolicyElementItem
Single option for an enum policy element.
Inheritance
- Object
- EnumPolicyElementItem
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 EnumPolicyElement.Items
Constructors
public EnumPolicyElementItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DisplayCode { get; set; } #ADML string identifier for the display name.
public String SimpleValue { get; set; } #Simple value declared on the ADMX enum item when no nested registry value is present.
public PolicyRegistryValue Value { get; set; } #Registry value to set when this option is chosen.
public PolicyRegistrySingleList ValueList { get; set; } #Registry list entries to apply when this option is chosen.