[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the value that clients must match in order to be traced.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public Object ClientTraceFilterValue { get; } |
Public ReadOnly Property ClientTraceFilterValue As Object |
public: property Object^ ClientTraceFilterValue { Object^ get (); } |
Return Value
the value a client must match in order to be traced.
Remarks
If the filtering is by user or client id then the object returned is a
string. If the filtering is by connection id then the object returned
is an Int64. If there is no filtering or client tracing is not enabled
then null is returned.