ScopesManager.managedPropertiesById-Feld
Stellt ein Schlüssel-Wert-Paar, das die IDs der verwalteten Eigenschaften von der ScopesManager-Eigenschaft speichert.
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