SPPersistedObjectCollection<T>.Parent property

Gets the parent object that declares this collection.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Friend ReadOnly Property Parent As SPPersistedObject
    Get
'Usage
Dim value As SPPersistedObject

value = Me.Parent
protected internal SPPersistedObject Parent { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPPersistedObject
An SPPersistedObject object that represents the parent object.

See also

Reference

SPPersistedObjectCollection<T> class

SPPersistedObjectCollection<T> members

Microsoft.SharePoint.Administration namespace