Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.