Click or drag to resize
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.13.2.1
Syntax
public abstract Name GetAlternateName(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: Name
Exceptions
ExceptionCondition
IndexOutOfRangeException index >= NumAlternateNames
See Also