API Reference
Class
PolicyEnumItem
Represents a single enumeration option for a policy element.
Inheritance
- Object
- PolicyEnumItem
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 PolicyDefinition.EnumItems
Constructors
public PolicyEnumItem(String displayName, String value) #Initializes a new instance of the PolicyEnumItem class.
Parameters
- displayName System.String
- Localized display name.
- value System.String
- Associated value.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object