Share via


SPDeploymentObject.ParentId Property

Gets or sets the unique identifier (GUID) of the parent object of the specified deployment object.

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

Syntax

'Declaration
Public Property ParentId As Guid
    Get
    Set
'Usage
Dim instance As SPDeploymentObject
Dim value As Guid

value = instance.ParentId

instance.ParentId = value
public Guid ParentId { get; set; }

Property Value

Type: System.Guid
Returns the object GUID.

See Also

Reference

SPDeploymentObject Class

SPDeploymentObject Members

Microsoft.SharePoint.Deployment Namespace