IGHARemoteClassDescriptorIsAbstract Property |
True if the class is tagged as abstract
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax bool IsAbstract { get; set; }
Property IsAbstract As Boolean
Get
Set
property bool IsAbstract {
bool get ();
void set (bool value);
}
abstract IsAbstract : bool with get, set
Property Value
Type:
BooleanSee Also