SPUser.IsSiteAuditor property
Gets a Boolean value that indicates whether the user is a site collection auditor.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsSiteAuditor As Boolean
Get
'Usage
Dim instance As SPUser
Dim value As Boolean
value = instance.IsSiteAuditor
public bool IsSiteAuditor { get; }
Property value
Type: System.Boolean
true if the user is a site collection auditor; otherwise, false.