Partager via


ProfileManagerBase.Search - Méthode (OrganizationProfile, String[])

Remarque : cette API est désormais obsolète.

Récupère un tableau d'utilisateurs et les organisations (en tant qu'objets ProfileBase ) sous l'objet spécifié OrganizationProfile dont les propriétés utilisables dans une requête correspond aux modèles recherche spécifiée.

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("This method is no longer supported.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Function Search ( _
    org As OrganizationProfile, _
    searchPattern As String() _
) As ProfileBase()
'Utilisation
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
)

Paramètres

  • searchPattern
    Type : []

Valeur renvoyée

Type : []

Voir aussi

Référence

ProfileManagerBase classe

ProfileManagerBase - Membres

Search - Surcharge

Microsoft.Office.Server.UserProfiles - Espace de noms