SPWeb.UserIsWebAdmin Property
Gets a Boolean value that indicates whether the user is a member of the Administrator site group for the site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property UserIsWebAdmin As Boolean
Get
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.UserIsWebAdmin
public bool UserIsWebAdmin { get; }
Property Value
Type: System.Boolean
true if the user is a member of the Administrator site group for the site; otherwise, false.