ProfilePropertyLoader.IsProfileEditableByMe Property
Gets a value that indicates whether the profile is editable by the current user.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property IsProfileEditableByMe As Boolean
Get
'Usage
Dim instance As ProfilePropertyLoader
Dim value As Boolean
value = instance.IsProfileEditableByMe
public bool IsProfileEditableByMe { get; }
Property Value
Type: System.Boolean
true if the profile is editable by the current user; otherwise, false.