| ResolutionListTopicString Method |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.11.1.1
Syntaxpublic string TopicString(
CorrelationID correlationId
)
Public Function TopicString (
correlationId As CorrelationID
) As String
public:
String^ TopicString(
CorrelationID^ correlationId
)
member TopicString :
correlationId : CorrelationID -> string
Parameters
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
Return Value
Type:
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
The specified 'correlationId' is not in the list.
|
See Also