UpdatableCollection<Key, T>.Item Property
Gets the value associated with the specified key.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
id As Key _
) As T
Get
'Usage
Dim instance As UpdatableCollection
Dim id As Key
Dim value As T
value = instance(id)
public T this[
Key id
] { get; }
Parameters
id
Type: KeyThe key of the value to get.
Property Value
Type: T
The value associated with the specified key.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | id is null . |
See Also
Reference
UpdatableCollection<Key, T> Class