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