Identity.Item Property
Retrieves the element at the given index.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
identifierIndex As Integer _
) As Object
Get
'Usage
Dim instance As Identity
Dim identifierIndex As Integer
Dim value As Object
value = instance(identifierIndex)
public Object this[
int identifierIndex
] { get; }
Parameters
identifierIndex
Type: System.Int32The index of the requested item.
Property Value
Type: System.Object
The element at the given index.