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.