| ResolutionListTopicStringAt Method |
Return the topic string at index.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic string TopicStringAt(
int index
)
Public Function TopicStringAt (
index As Integer
) As String
public:
virtual String^ TopicStringAt(
int index
) sealed
abstract TopicStringAt :
index : int -> string
override TopicStringAt :
index : int -> string Parameters
- index
- Type: SystemInt32
Return Value
Type:
StringThe topic string.
Implements
IResolutionListTopicStringAt(Int32)
See Also