Compartilhar via


ScopesManager.managedPropertiesById field

Representa um par chave/valor que armazena a propriedade identificações das propriedades gerenciadas da ScopesManager.

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

Syntax

'Declaração
Protected managedPropertiesById As IDictionary(Of Integer, ManagedPropertyInfo)
'Uso
Dim value As IDictionary(Of Integer, ManagedPropertyInfo)

value = Me.managedPropertiesById

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

Ver também

Referência

ScopesManager class

ScopesManager members

Microsoft.Office.Server.Search.Administration namespace