IDeploymentConfiguration.RetractionSteps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.