IMethodHandlerAsyncTHierarchyItemAsyncEnableInputDebugLogging Property
IT Hit WebDAV Classes Reference
Determines whether input read by this handler shall be logged if debug logging is enabled.
Namespace:
ITHit.Server.Extensibility
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 11.3.10719
Syntax bool EnableInputDebugLogging { get; }
bool EnableInputDebugLogging { get; }
ReadOnly Property EnableInputDebugLogging As Boolean
Get
ReadOnly Property EnableInputDebugLogging As Boolean
Get
property bool EnableInputDebugLogging {
bool get ();
}
property bool EnableInputDebugLogging {
bool get ();
}
abstract EnableInputDebugLogging : bool with get
abstract EnableInputDebugLogging : bool with get
Return Value
Type:
BooleanBoolean indicating whether input shall be logged in debug mode.
See Also