[TIBCO.EMS .NET client library 7.0 documentation]

Gets the Topic associated with this subscriber

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

Syntax

public Topic Topic { get; }
Public ReadOnly Property Topic As Topic
public:
property Topic^ Topic {
	Topic^ get ();
}

Return Value

this subscriber's Topic

Remarks

The subscriber consumes messages from this topic.

Programs set this topic property when creating the subscriber and cannot subsequently change it.

See Also