ProfileManagerBase.ResolveProfile - Méthode
Renvoie un tableau d'objets ProfileBase qui correspondent au modèle de recherche spécifié.
Espace de noms : Microsoft.Office.Server.UserProfiles
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Function ResolveProfile ( _
searchPattern As String _
) As ProfileBase()
'Utilisation
Dim instance As ProfileManagerBase
Dim searchPattern As String
Dim returnValue As ProfileBase()
returnValue = instance.ResolveProfile(searchPattern)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public ProfileBase[] ResolveProfile(
string searchPattern
)
Paramètres
- searchPattern
Type : System.String
Valeur renvoyée
Type : []