[TIBCO.EMS .NET client library 6.0 documentation]

Gets the name of the topic

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

Syntax

public string TopicName { get; }
Public ReadOnly Property TopicName As String
public:
property String^ TopicName {
	String^ get ();
}

Field Value

The name of the topic, if not set, null is returned

Remarks

Each topic has a name that is unique among all topics.

See Also