DynamicType.IDictionary.Item propriedade
Obtém ou define um campo com a chave especificada.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Private Property Item ( _
key As Object _
) As Object Implements IDictionary.Item
Get
Set
'Uso
Dim instance As DynamicType
Dim key As Object
Dim value As Object
value = CType(instance, IDictionary).Item(key)
CType(instance, IDictionary).Item(key) = value
Object IDictionary.this[
Object key
] { get; set; }
Parâmetros
key
Tipo: System.ObjectA chave do campo.
Valor de propriedade
Tipo: System.Object
O campo com a chave especificada.