SPRoleAssignment.ParentSecurableObject property
Gets the parent object for the role assignment.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.