Partager via


ProfileBase.IsProfileOwner - Méthode

Renvoie une valeur qui indique si l'utilisateur spécifié est un propriétaire du profil.

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

Syntaxe

'Déclaration
Public MustOverride Function IsProfileOwner ( _
    possibleOwner As UserProfile _
) As Boolean
'Utilisation
Dim instance As ProfileBase
Dim possibleOwner As UserProfile
Dim returnValue As Boolean

returnValue = instance.IsProfileOwner(possibleOwner)
public abstract bool IsProfileOwner(
    UserProfile possibleOwner
)

Paramètres

Valeur renvoyée

Type : System.Boolean

Voir aussi

Référence

ProfileBase classe

ProfileBase - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms