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

Gets the topic associated with this TopicPublisher.

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

Syntax

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

Return Value

this publisher's topic

Remarks

Each send call directs a message to a topic.

A client can use this property to define a default topic for messages that this publisher sends. Individual sending calls can override this default value.

A client sets this topic when creating the publisher, and cannot subsequently change it.

See Also