| MessageTopicName Property |
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.11.1.1
Syntaxpublic abstract string TopicName { get; }Public MustOverride ReadOnly Property TopicName As String
Get
public:
virtual property String^ TopicName {
String^ get () abstract;
}abstract TopicName : string with get
Property Value
Type:
String
See Also