SearchServiceApplicationProxy.GetAuthorityPages - Méthode
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetAuthorityPages ( _
owner As SearchObjectOwner _
) As List(Of AuthorityPage)
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim returnValue As List(Of AuthorityPage)
returnValue = instance.GetAuthorityPages(owner)
public List<AuthorityPage> GetAuthorityPages(
SearchObjectOwner owner
)
Paramètres
Valeur renvoyée
Type : System.Collections.Generic.List<AuthorityPage>
Implémentations
ISearchSiteAdministrationServiceApplication.GetAuthorityPages(SearchObjectOwner)
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms