Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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