DeploymentObject.Parent Property

Definition

Gets the parent DeploymentObject of the current DeploymentObject instance.

public:
 property Microsoft::Web::Deployment::DeploymentObject ^ Parent { Microsoft::Web::Deployment::DeploymentObject ^ get(); };
public Microsoft.Web.Deployment.DeploymentObject Parent { get; }
member this.Parent : Microsoft.Web.Deployment.DeploymentObject
Public ReadOnly Property Parent As DeploymentObject

Property Value

A DeploymentObject if the current object is the child of another object, otherwise null.

Applies to