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
- possibleOwner
Type : Microsoft.Office.Server.UserProfiles.UserProfile
Valeur renvoyée
Type : System.Boolean