Share via


IDeploymentContext.IsDeploying Property

Definition

Gets whether the project is being deployed.

public:
 property bool IsDeploying { bool get(); };
public bool IsDeploying { get; }
member this.IsDeploying : bool
Public ReadOnly Property IsDeploying As Boolean

Property Value

true if the project is being deployed; otherwise, false.

Applies to