7.7.8.27. GEL_GetStringDebugPropertyΒΆ
Return the value of a string debug property
Syntax
GEL_GetStringDebugProperty( propertyName );
Parameters
propertyName: specifies the property name
Description
Return the value of the property
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Example
int autoResetOnConnect = GEL_GetBoolDebugProperty("AutoResetOnConnect");
string flashFiles = GEL_GetStringDebugProperty("FlashFiles");
int flashTimeout = GEL_GetNumericDebugProperty(""FlashTimeoutValue");
Related Topics