SystemPropertiesDebugStackTraceEnabled Property |
True if the stack trace is enabled.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool DebugStackTraceEnabled { get; }
Public ReadOnly Property DebugStackTraceEnabled As Boolean
Get
public:
property bool DebugStackTraceEnabled {
bool get ();
}
member DebugStackTraceEnabled : bool with get
Return Value
Type:
Booleantrue if enabled
See Also