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)
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.

See Also

Reference

SPUserResource Class

SPUserResource Members

Microsoft.SharePoint Namespace