Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- name
Type: System.String
Property value
Type: TValue
Implements
IReadOnlyDictionary<TKey, TValue>.Item[TKey]
IReadOnlyDictionary<TKey, TValue>.Item[TKey]
See also
Reference
ReadOnlyNamedDictionary<TValue> class
ReadOnlyNamedDictionary<TValue> members
Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace