ExpandoObject.IDictionary<String, Object>.Item Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the element that has the specified key.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

Syntax

'Declaration
Private Property Item ( _
    key As String _
) As Object Implements IDictionary(Of String, Object).Item
Object IDictionary<string, Object>.this[
    string key
] { get; set; }

Parameters

Property Value

Type: System.Object
The element that has the specified key.

Implements

IDictionary<TKey, TValue>.Item[TKey]

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.