SPPersistedObjectCollection<T>.Parent property
Gets the parent object that declares this collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Friend ReadOnly Property Parent As SPPersistedObject
Get
'Usage
Dim value As SPPersistedObject
value = Me.Parent
protected internal SPPersistedObject Parent { get; }
Type: Microsoft.SharePoint.Administration.SPPersistedObject
An SPPersistedObject object that represents the parent object.
SPPersistedObjectCollection<T> class