SPPersistedObjectCollection<T> Constructor (SPPersistedObject)
Initializes a new instance of the SPPersistedObjectCollection<T> class based on the specified object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub New ( _
parent As SPPersistedObject _
)
'Usage
Dim parent As SPPersistedObject
Dim instance As New SPPersistedObjectCollection(parent)
protected SPPersistedObjectCollection(
SPPersistedObject parent
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObjectAn object that represents the parent object that declares the collection.
See Also
Reference
SPPersistedObjectCollection<T> Class
SPPersistedObjectCollection<T> Members