SecurableObject.RoleAssignments - Propriété
Obtient ou définit une valeur qui indique si les membres du groupe peuvent modifier l’appartenance au groupe.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RoleAssignments As RoleAssignmentCollection
Get
'Utilisation
Dim instance As SecurableObject
Dim value As RoleAssignmentCollection
value = instance.RoleAssignments
public RoleAssignmentCollection RoleAssignments { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.RoleAssignmentCollection
Renvoie une instance de RoleAssignmentCollection représentant les attributions de rôle pour l'objet sécurisable.