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