Share via


IDeploymentConfiguration.RetractionSteps Property

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

Namespace:  Microsoft.VisualStudio.SharePoint.Deployment
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
ReadOnly Property RetractionSteps As IList(Of String)
IList<string> RetractionSteps { get; }

Property Value

Type: IList<String>
An object representing a list of deployment retraction steps.

.NET Framework Security

See Also

Reference

IDeploymentConfiguration Interface

Microsoft.VisualStudio.SharePoint.Deployment Namespace