BaseInfoCollection<T>.Dictionary property

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>

See also

Reference

BaseInfoCollection<T> class

BaseInfoCollection<T> members

Microsoft.Office.Server.Search.Administration namespace