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