SPUserResource.Parent property

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)

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.

See also

Reference

SPUserResource class

SPUserResource members

Microsoft.SharePoint namespace