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.
Gets the internal dictionary for this collection.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected ReadOnly Property Dictionary As Dictionary(Of String, T)
Get
'Usage
Dim value As Dictionary(Of String, T)
value = Me.Dictionary
protected Dictionary<string, T> Dictionary { get; }
Property value
Type: System.Collections.Generic.Dictionary<String, T>