IDeploymentConfiguration.DeploymentSteps Property
Gets a list of steps that are executed when this deployment configuration is the active configuration in a project, and the project is deployed.
Namespace: Microsoft.VisualStudio.SharePoint.Deployment
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property DeploymentSteps As IList(Of String)
IList<string> DeploymentSteps { get; }
Property Value
Type: IList<String>
An object representing deployment steps.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.