DeploymentStepAttribute(String) Constructor
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.
Initializes a new instance of the DeploymentStepAttribute class.
public:
DeploymentStepAttribute(System::String ^ id);
public DeploymentStepAttribute (string id);
new Microsoft.VisualStudio.SharePoint.Deployment.DeploymentStepAttribute : string -> Microsoft.VisualStudio.SharePoint.Deployment.DeploymentStepAttribute
Public Sub New (id As String)
Parameters
- id
- String
A unique ID for the deployment step. It is recommended that you use a string that includes a company-based namespace or prefix.