del método SearchServiceApplicationProxy.GetAuthorityPages
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function GetAuthorityPages ( _
owner As SearchObjectOwner _
) As List(Of AuthorityPage)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim returnValue As List(Of AuthorityPage)
returnValue = instance.GetAuthorityPages(owner)
public List<AuthorityPage> GetAuthorityPages(
SearchObjectOwner owner
)
Parámetros
Valor devuelto
Tipo: System.Collections.Generic.List<AuthorityPage>
Implementaciones
ISearchSiteAdministrationServiceApplication.GetAuthorityPages(SearchObjectOwner)
Vea también
Referencia
clase SearchServiceApplicationProxy
Miembros SearchServiceApplicationProxy
Espacio de nombres Microsoft.Office.Server.Search.Administration