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

Get the set of add trace items.

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

Syntax

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

Return Value

the set of add trace items as a long.

Remarks

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

See Also