SPPersistedObjectCollection<T>.Parent Property
Gets the parent object that declares this collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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