Share via


DeploymentStepAttribute.Id Property

Gets the ID for the deployment step.

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

Syntax

'Declaration
Public Property Id As String
public string Id { get; private set; }

Property Value

Type: System.String
The ID for the deployment step.

Remarks

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