DeploymentStepAttribute.Id Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
- 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.