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