ScopesManager.managedPropertiesByName Field
Represents a key/value pair that stores the names of the managed properties of the ScopesManager.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected managedPropertiesByName As IDictionary(Of String, ManagedPropertyInfo)
'Usage
Dim value As IDictionary(Of String, ManagedPropertyInfo)
value = Me.managedPropertiesByName
Me.managedPropertiesByName = value
protected IDictionary<string, ManagedPropertyInfo> managedPropertiesByName