SPSecurableObject.RoleAssignments - Propriété
Obtient les attributions de rôle pour cet objet sécurisable.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property RoleAssignments As SPRoleAssignmentCollection
Get
'Utilisation
Dim instance As SPSecurableObject
Dim value As SPRoleAssignmentCollection
value = instance.RoleAssignments
public virtual SPRoleAssignmentCollection RoleAssignments { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPRoleAssignmentCollection
La collection d'objets SPRoleAssignment qui définissent les attributions de rôle pour l'objet sécurisable.
Implémentations
ISecurableObject.RoleAssignments