SideBySide._judgedDocuments field
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected _judgedDocuments As Dictionary(Of String, JudgedDocument)
'Usage
Dim value As Dictionary(Of String, JudgedDocument)
value = Me._judgedDocuments
Me._judgedDocuments = value
protected Dictionary<string, JudgedDocument> _judgedDocuments