Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Shared Property Trace As ITrace
	Get
	Set
C#
public static ITrace Trace { get; set; }
Visual C++
public:
static property ITrace^ Trace {
	ITrace^ get ();
	void set (ITrace^ value);
}
JavaScript
Apache.NMS.Tracer.get_trace = function();
Apache.NMS.Tracer.set_trace = function(value);

See Also