Bloomberg API for .NET
Item Property (index)
NamespacesBloomberglp.BlpapiSchemaTypeDefinitionItem[([( Int32])])
Returns the SchemaElementDefinition at the specified index in this SchemaTypeDefinition.
Declaration Syntax
C#Visual BasicVisual C++
public SchemaElementDefinition this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As SchemaElementDefinition
	Get
public:
property SchemaElementDefinition^ default[int index] {
	SchemaElementDefinition^ get (int index);
}
Parameters
index (Int32)
Return Value
SchemaElementDefinition
The SchemaElementDefinition located at index.
Exceptions
ExceptionCondition
IndexOutOfRangeException index >= NumElementDefinitions
IndexOutOfRangeException The specified index is out of the definition list.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1