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)
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.