SPRoleAssignmentCollection.ParentSecurableObject Property
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