Identity.Item 屬性
擷取指定索引項目。
命名空間: Microsoft.BusinessData.Runtime
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public ReadOnly Property Item ( _
identifierIndex As Integer _
) As Object
Get
'用途
Dim instance As Identity
Dim identifierIndex As Integer
Dim value As Object
value = instance.Item(identifierIndex)
public Object this[
int identifierIndex
] { get; }
參數
identifierIndex
類型:System.Int32要求的項目索引。
屬性值
類型:System.Object
指定索引項目。