SPObjectSharingInformationUser.IsSiteAdmin property
Gets whether the user is a site administrator.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsSiteAdmin As Boolean
Get
Friend Set
'Usage
Dim instance As SPObjectSharingInformationUser
Dim value As Boolean
value = instance.IsSiteAdmin
public bool IsSiteAdmin { get; internal set; }
Property value
Type: System.Boolean
true if the user is a site administrator, otherwise false.
See also
Reference
SPObjectSharingInformationUser class