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 an object that corresponds to the scope of the user resource, which can be an SPList object or an SPWeb object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property Parent As Object
Get
Friend Set
'Usage
Dim instance As SPUserResource
Dim value As Object
value = instance.Parent
public Object Parent { get; internal set; }
Property Value
Type: System.Object
An Object that represents the parent list or parent Web site.