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 permissions and role assignments for the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ParentSecurableObject As SPSecurableObject
Get
'Usage
Dim instance As SPRoleAssignmentCollection
Dim value As SPSecurableObject
value = instance.ParentSecurableObject
public SPSecurableObject ParentSecurableObject { get; }
Property Value
Type: Microsoft.SharePoint.SPSecurableObject
The permissions and role assignments for the collection.
See Also
Reference
SPRoleAssignmentCollection Class