SPUserResourceCollection.Parent Property

Gets the parent object that owns the collection, which is an SPList object for list-scoped resources, or an SPWeb object for Web site-scoped resources.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property Parent As Object
    Get
'Usage
Dim instance As SPUserResourceCollection
Dim value As Object

value = instance.Parent
public Object Parent { get; }

Property Value

Type: System.Object
The parent list or Web site.

See Also

Reference

SPUserResourceCollection Class

SPUserResourceCollection Members

Microsoft.SharePoint Namespace