ScopesManager.managedPropertiesById field

Represents a key/value pair that stores the property IDs 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 managedPropertiesById As IDictionary(Of Integer, ManagedPropertyInfo)
'Usage
Dim value As IDictionary(Of Integer, ManagedPropertyInfo)

value = Me.managedPropertiesById

Me.managedPropertiesById = value
protected IDictionary<int, ManagedPropertyInfo> managedPropertiesById

See also

Reference

ScopesManager class

ScopesManager members

Microsoft.Office.Server.Search.Administration namespace