IDeploymentContext.IsRetracting Property

Definition

Gets whether the project is being retracted.

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

Property Value

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

Applies to