Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the role assignments for this securable object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable ReadOnly Property RoleAssignments As SPRoleAssignmentCollection
Get
'Usage
Dim instance As SPSecurableObject
Dim value As SPRoleAssignmentCollection
value = instance.RoleAssignments
public virtual SPRoleAssignmentCollection RoleAssignments { get; }
Type: Microsoft.SharePoint.SPRoleAssignmentCollection
The collection of SPRoleAssignment objects that define the role assignments for the securable object.