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

Gets and Sets the message ID for the message.

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