UpdatableCollection<Key, T>.values Field
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