SPPersistedObject constructor (String, SPPersistedObject)

Initializes a new instance of the SPPersistedObject class based on the specified name and parent object.

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

Syntax

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

Dim instance As New SPPersistedObject(name, parent)
protected SPPersistedObject(
    string name,
    SPPersistedObject parent
)

Parameters

  • name
    Type: System.String

    A string that contains a name for the new persisted object.

See also

Reference

SPPersistedObject class

SPPersistedObject members

SPPersistedObject overload

Microsoft.SharePoint.Administration namespace