SchemaElementDefinitionGetAlternateName Method |
Gets the alternate name for this item at the specified index.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax public abstract Name GetAlternateName(
int index
)
Public MustOverride Function GetAlternateName (
index As Integer
) As Name
public:
virtual Name^ GetAlternateName(
int index
) abstract
abstract GetAlternateName :
index : int -> Name
Parameters
- index
- Type: SystemInt32
Return Value
Type:
NameExceptions See Also