Freigeben über


SPPolicyRole.IsSiteAuditor-Eigenschaft

Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob die richtlinienrolle Websitesammlung Prüfer Status gewährt.

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; }

Eigenschaftswert

Typ: System.Boolean
true Websitesammlung Prüfer Status gewähren; andernfalls false.

Siehe auch

Referenz

SPPolicyRole Klasse

SPPolicyRole-Member

Microsoft.SharePoint.Administration-Namespace