IGHARemotePropertyDescriptorIsEnumerataion Property |
Tags the property as an enumeration. Should be used to map GHA-defined enumerations into local enumerations for the consuming
application
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax bool IsEnumerataion { get; set; }
Property IsEnumerataion As Boolean
Get
Set
property bool IsEnumerataion {
bool get ();
void set (bool value);
}
abstract IsEnumerataion : bool with get, set
Property Value
Type:
BooleanSee Also