[TIBCO.EMS .NET Admin client library 8.1 documentation]

Indicates whether or not client tracing has been enabled.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool ClientTraceEnabled { get; }
Public ReadOnly Property ClientTraceEnabled As Boolean
public:
property bool ClientTraceEnabled {
	bool get ();
}

Return Value

true if client tracing is enabled, false otherwise.

See Also