Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the user is a member of the Administrator site group for the site.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
Public Overrides ReadOnly Property IsPrivilegedUser As Boolean
Get
'Usage
Dim instance As DataViewWebPart
Dim value As Boolean
value = instance.IsPrivilegedUser
[WebPartStorageAttribute(Storage.None)]
public override bool IsPrivilegedUser { get; }
Property Value
Type: System.Boolean
true if the user is a Web administrator; otherwise, false.