SPPersistedObject constructor (String, SPPersistedObject, Guid)

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

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

Syntax

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

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

Parameters

  • name
    Type: System.String

    A string that contains a name for the persisted object.

  • id
    Type: System.Guid

    A unique identifier for the persisted object.

See also

Reference

SPPersistedObject class

SPPersistedObject members

SPPersistedObject overload

Microsoft.SharePoint.Administration namespace