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

Get or set the level of message tracing for this destination.

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

Syntax

public byte MsgTrace { get; set; }
Public Property MsgTrace As Byte
public:
property unsigned char MsgTrace {
	unsigned char get ();
	void set (unsigned char value);
}

Return Value

a byte representing the level of message tracing for this destination.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionif trace is invalid.

See Also