DynamicType.IDictionary.Item Property
Gets or sets a field with the specified key.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Private Property Item ( _
key As Object _
) As Object Implements IDictionary.Item
Get
Set
'Usage
Dim instance As DynamicType
Dim key As Object
Dim value As Object
value = CType(instance, IDictionary).Item(key)
CType(instance, IDictionary).Item(key) = value
ObjectIDictionary.this[
Object key
] { get; set; }
Parameters
key
Type: System.ObjectThe key of the field.
Property Value
Type: System.Object
The field with the specified key.