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.
Represents the collection of keys and values with specified type.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected values As Dictionary(Of Key, T)
'Usage
Dim value As Dictionary(Of Key, T)
value = Me.values
Me.values = value
protected Dictionary<Key, T> values
See Also
Reference
UpdatableCollection<Key, T> Class