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

Returns the topic name this subscription is for.

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

Syntax

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

Return Value

This subscription's topic name.

See Also