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

Get the set of remove trace items.

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

Syntax

public long TraceRemoveItems { get; }
Public ReadOnly Property TraceRemoveItems As Long
public:
property long long TraceRemoveItems {
	long long get ();
}

Return Value

the set of remove trace items as a long.

Remarks

To determine if particular TRACE_* item is in the set use bitwise AND.

See Also