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

Gets and Sets the message's type value.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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