Content.Parent - Propriété
Remarque : cette API est désormais obsolète.
Obtient le contexte de recherche pour le service de recherche.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("This property is deprecated.")> _
Public ReadOnly Property Parent As SearchContext
Get
'Utilisation
Dim instance As Content
Dim value As SearchContext
value = instance.Parent
[ObsoleteAttribute("This property is deprecated.")]
public SearchContext Parent { get; }
Valeur de propriété
Type : Microsoft.Office.Server.Search.Administration.SearchContext
Un objet SearchContext représentant le service de recherche.
Remarques
Ne pas utiliser cette propriété, utilisez plutôt la propriété SearchApplication .
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms