[TIBCO.EMS .NET client library 6.0 documentation]

Gets or sets the text content of the text message.

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

Syntax

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

Field Value

The string as the content of the message.

See Also