IGHARemotePropertyDescriptorIsDebugVisible Property |
Determines if the property is to be displayed in a debugging mode regardless of the IsVisible setting
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax bool IsDebugVisible { get; set; }
Property IsDebugVisible As Boolean
Get
Set
property bool IsDebugVisible {
bool get ();
void set (bool value);
}
abstract IsDebugVisible : bool with get, set
Property Value
Type:
BooleanSee Also