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

Gets the name of the topic

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

Syntax

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

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