Share via


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)

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.

See also

Reference

SPPolicyRole class

SPPolicyRole members

Microsoft.SharePoint.Administration namespace