SPPersistedDependencyCollection<T> constructor

Initializes a new instance of the SPPersistedDependencyCollection class to create a collection of objects of a specific type that depend on the specified object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    dependee As SPPersistedObject _
)
'Usage
Dim dependee As SPPersistedObject

Dim instance As New SPPersistedDependencyCollection(dependee)
public SPPersistedDependencyCollection(
    SPPersistedObject dependee
)

Parameters

See also

Reference

SPPersistedDependencyCollection<T> class

SPPersistedDependencyCollection<T> members

Microsoft.SharePoint.Administration namespace