[TIBCO.EMS .NET client library 5.1 documentation]

Gets and Sets the message's type value.

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

Syntax

public string MsgType { get; set; }
Public Property MsgType As String
public:
property String^ MsgType {
	String^ get ();
	void set (String^ value);
}

Remarks

See Also