IDeploymentConfiguration.DeploymentSteps 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 deployed.

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

Property Value

An object representing deployment steps.

Applies to