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