Share via


IDeploymentConfiguration.RetractionSteps Property

Definition

Gets a list of steps that are executed when this deployment configuration is the active configuration in a project, and the project is retracted.

public:
 property System::Collections::Generic::IList<System::String ^> ^ RetractionSteps { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> RetractionSteps { get; }
member this.RetractionSteps : System.Collections.Generic.IList<string>
Public ReadOnly Property RetractionSteps As IList(Of String)

Property Value

An object representing a list of deployment retraction steps.

Applies to