SPRoleAssignmentCollection.ParentSecurableObject property
Gets the permissions and role assignments for the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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