| TopicListTopicStringAt Method |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
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:
StringImplements
ITopicListTopicStringAt(Int32)
Exceptions| Exception | Condition |
|---|
| IndexOutOfRangeException |
The specified index is out of the range of this list.
|
See Also