de la propiedad ProfilePropertyLoader.IsProfileOwner
Obtiene un valor que indica si el usuario actual es propietario del perfil.
Espacio de nombres: Microsoft.SharePoint.Portal.WebControls
Ensamblado: Microsoft.SharePoint.Portal (en Microsoft.SharePoint.Portal.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsProfileOwner As Boolean
Get
'Uso
Dim instance As ProfilePropertyLoader
Dim value As Boolean
value = instance.IsProfileOwner
public bool IsProfileOwner { get; }
Valor de propiedad
Tipo: System.Boolean
true si el usuario actual es propietario del perfil; en caso contrario, false.