Share via


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

Property Value

Type: System.Object
The field with the specified key.

Implements

IDictionary.Item[Object]

See Also

Reference

DynamicType Class

DynamicType Members

Microsoft.BusinessData.Runtime Namespace