SecurableObject.RoleAssignments property
Gets the role assignments for the securable object.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RoleAssignments As RoleAssignmentCollection
Get
'Usage
Dim instance As SecurableObject
Dim value As RoleAssignmentCollection
value = instance.RoleAssignments
public RoleAssignmentCollection RoleAssignments { get; }
Property value
Type: Microsoft.SharePoint.Client.RoleAssignmentCollection
Returns a RoleAssignmentCollection instance representing the role assignments for the securable object.