SPRoleAssignment.ParentSecurableObject Property
Gets the parent object for the role assignment.
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 SPRoleAssignment
Dim value As SPSecurableObject
value = instance.ParentSecurableObject
public SPSecurableObject ParentSecurableObject { get; }
Property Value
Type: Microsoft.SharePoint.SPSecurableObject
The parent object for the role assignment.