Compartir a través de


(OrganizationProfile, String[]) del método ProfileManagerBase.Search

NOTA: esta API está ahora obsoleta.

Recupera una matriz de los usuarios y organizaciones (como objetos ProfileBase ) en el objeto especificado OrganizationProfile cuyas propiedades búsquedas coincidan con los patrones de búsqueda especificado.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("This method is no longer supported.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Function Search ( _
    org As OrganizationProfile, _
    searchPattern As String() _
) As ProfileBase()
'Uso
Dim instance As ProfileManagerBase
Dim org As OrganizationProfile
Dim searchPattern As String()
Dim returnValue As ProfileBase()

returnValue = instance.Search(org, searchPattern)
[ObsoleteAttribute("This method is no longer supported.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public ProfileBase[] Search(
    OrganizationProfile org,
    string[] searchPattern
)

Parámetros

  • searchPattern
    Tipo: []

Valor devuelto

Tipo: []

Vea también

Referencia

clase ProfileManagerBase

Miembros ProfileManagerBase

Sobrecarga Search

Espacio de nombres Microsoft.Office.Server.UserProfiles