Partilhar via


ReadOnlyNamedDictionary<TValue>.Item Property (String)

Gets the value stored at a specified key string.

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure.Collections.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Overrides ReadOnly Default Property Item ( _
    name As String _
) As TValue
    Get
'Usage
Dim instance As ReadOnlyNamedDictionary
Dim name As String
Dim value As TValue

value = instance(name)
public override TValue this[
    string name
] { get; }

Parameters

Property Value

Type: TValue
The value stored at a specified key.

Implements

IReadOnlyDictionary<TKey, TValue>.Item[TKey]
IReadOnlyDictionary<TKey, TValue>.Item[TKey]

See Also

Reference

ReadOnlyNamedDictionary<TValue> Class

ReadOnlyNamedDictionary<TValue> Members

Item Overload

Microsoft.SharePoint.BusinessData.Infrastructure.Collections.Client Namespace