del método UserProfile.IsProfileOwner
Devuelve un valor que indica si el usuario especificado es un propietario de este perfil de usuario.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Public Overrides Function IsProfileOwner ( _
possibleOwner As UserProfile _
) As Boolean
'Uso
Dim instance As UserProfile
Dim possibleOwner As UserProfile
Dim returnValue As Boolean
returnValue = instance.IsProfileOwner(possibleOwner)
public override bool IsProfileOwner(
UserProfile possibleOwner
)
Parámetros
possibleOwner
Tipo: Microsoft.Office.Server.UserProfiles.UserProfileEl usuario especificado.
Valor devuelto
Tipo: System.Boolean
true si el usuario especificado posee el perfil; en caso contrario, false.