DeploymentStepAttribute(String) Constructor

Definition

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.

Applies to