SPPersistedObject Constructor
Initializes a new instance of the SPPersistedObject class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New SPPersistedObject()
public SPPersistedObject()
Remarks
This constructor is called implicitly by the default constructors of derived classes. Explicit calls to this constructor that are made outside of those default constructors do not properly initialize the object.