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

Gets or sets the text content of the text message.

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