Share via


DeploymentStepAttribute Constructor

Initializes a new instance of the DeploymentStepAttribute class.

Namespace:  Microsoft.VisualStudio.SharePoint.Deployment
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    id As String _
)
public DeploymentStepAttribute(
    string id
)

Parameters

  • id
    Type: System.String
    A unique ID for the deployment step. It is recommended that you use a string that includes a company-based namespace or prefix.

.NET Framework Security

See Also

Reference

DeploymentStepAttribute Class

Microsoft.VisualStudio.SharePoint.Deployment Namespace