ModelSelection._modelGuidToDisplayName field

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Protected _modelGuidToDisplayName As Dictionary(Of Guid, String)
'Usage
Dim value As Dictionary(Of Guid, String)

value = Me._modelGuidToDisplayName

Me._modelGuidToDisplayName = value
protected Dictionary<Guid, string> _modelGuidToDisplayName

See also

Reference

ModelSelection class

ModelSelection members

Microsoft.Office.Server.Search.WebControls namespace