SPWeb.UserIsSiteAdmin property
Gets a Boolean value that indicates whether the user has administrative rights on the website, including ManageSubwebs, ManagePermissions, and ManageWeb permissions.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UserIsSiteAdmin As Boolean
Get
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.UserIsSiteAdmin
public bool UserIsSiteAdmin { get; }
Property value
Type: System.Boolean
true if the user has administrative rights for the site collection; otherwise, false.