ScopesManager.managedPropertiesById - Champ
Représente une paire clé/valeur qui stocke la propriété ID des propriétés gérées de l' ScopesManager.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Protected managedPropertiesById As IDictionary(Of Integer, ManagedPropertyInfo)
'Utilisation
Dim value As IDictionary(Of Integer, ManagedPropertyInfo)
value = Me.managedPropertiesById
Me.managedPropertiesById = value
protected IDictionary<int, ManagedPropertyInfo> managedPropertiesById
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms