del método ProfileBase.IsProfileOwner
Devuelve un valor que indica si el usuario especificado es un propietario del perfil.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Public MustOverride Function IsProfileOwner ( _
possibleOwner As UserProfile _
) As Boolean
'Uso
Dim instance As ProfileBase
Dim possibleOwner As UserProfile
Dim returnValue As Boolean
returnValue = instance.IsProfileOwner(possibleOwner)
public abstract bool IsProfileOwner(
UserProfile possibleOwner
)
Parámetros
- possibleOwner
Tipo: Microsoft.Office.Server.UserProfiles.UserProfile
Valor devuelto
Tipo: System.Boolean