[TIBCO.EMS .NET client library 5.1 documentation]

Gets and Sets the message ID for the message.

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

Syntax

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

Remarks

See Also