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

Gets the name of the topic

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

Syntax

public virtual string TopicName { get; }
Public Overridable ReadOnly Property TopicName As String
public:
virtual 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