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

Set the absolute trace items for this TraceInfo.

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

Syntax

public long TraceItems { set; }
Public WriteOnly Property TraceItems As Long
public:
property long long TraceItems {
	void set (long long value);
}

Remarks

This method overwrites any absolute trace items that were previously set in this object. The current add and remove trace items will not be effected by this call. To directly specify exactly what will be traced, first call ClearAllTraceItems() and then set the desired items with this method. The set of absolute trace items for this TraceInfo. Can be a single TRACE_* constant or a set of TRACE_* constants combined with the binary OR operator (|).

See Also