SPPolicyRole.IsSiteAuditor - Propriété
Obtient ou définit une valeur booléenne qui spécifie si le rôle de stratégie accorde le statut d'auditeur de collection de sites.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property IsSiteAuditor As Boolean
Get
Set
'Utilisation
Dim instance As SPPolicyRole
Dim value As Boolean
value = instance.IsSiteAuditor
instance.IsSiteAuditor = value
public bool IsSiteAuditor { get; set; }
Valeur de propriété
Type : System.Boolean
true pour accorder le statut d'auditeur de collection de sites ; dans le cas contraire, false.