ResolutionListTopicStringAt Method |
Return the topic string at index.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public string TopicStringAt(
int index
)
Public Function TopicStringAt (
index As Integer
) As String
public:
String^ TopicStringAt(
int index
)
member TopicStringAt :
index : int -> string
Parameters
- index
- Type: SystemInt32
Return Value
Type:
StringThe topic string.
See Also