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)

Syntax

'Declaration
Protected Sub New ( _
    parent As SPPersistedObject _
)
'Usage
Dim parent As SPPersistedObject

Dim instance As New SPPersistedObjectCollection(parent)
protected SPPersistedObjectCollection(
    SPPersistedObject parent
)

Parameters

See also

Reference

SPPersistedObjectCollection<T> class

SPPersistedObjectCollection<T> members

SPPersistedObjectCollection<T> overload

Microsoft.SharePoint.Administration namespace