MessageTopicName Property |
Note: This API is now obsolete.
Gets the topic string associated with this message. Returns an empty
string if there is no topic associated with this message.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax [ObsoleteAttribute("Deprecated. Use CorrelationId to map messages to topics")]
public abstract string TopicName { get; }
<ObsoleteAttribute("Deprecated. Use CorrelationId to map messages to topics")>
Public MustOverride ReadOnly Property TopicName As String
Get
public:
[ObsoleteAttribute(L"Deprecated. Use CorrelationId to map messages to topics")]
virtual property String^ TopicName {
String^ get () abstract;
}
[<ObsoleteAttribute("Deprecated. Use CorrelationId to map messages to topics")>]
abstract TopicName : string with get
Return Value
Type:
Stringreturns topic name
See Also