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

Get the topic name that this durable subscribes to.

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

the name of the topic that the durable subsciption is on.

See Also