Share via


ReadOnlyNamedDictionary<TValue>.Item property (String)

This member overrides ReadOnlyDictionary<TKey, TValue>.Item[TKey].

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

Syntax

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

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

Parameters

Property value

Type: TValue

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 namespace