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