SPPolicyRole.IsSiteAuditor Property
Gets or sets a Boolean value that specifies whether the policy role grants site-collection auditor status.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property IsSiteAuditor As Boolean
Get
Set
'Usage
Dim instance As SPPolicyRole
Dim value As Boolean
value = instance.IsSiteAuditor
instance.IsSiteAuditor = value
public bool IsSiteAuditor { get; set; }
Property Value
Type: System.Boolean
true to grant site-collection auditor status; otherwise, false.