Share via


UpdateDeployment.Stage Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
<BrowsableAttribute(True)> _
Public Property Stage As InArgument(Of DeploymentStage)
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public InArgument<DeploymentStage> Stage { get; set; }
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public:
property InArgument<DeploymentStage>^ Stage {
    InArgument<DeploymentStage>^ get ();
    void set (InArgument<DeploymentStage>^ value);
}
[<RequiredArgumentAttribute>]
[<BrowsableAttribute(true)>]
member Stage : InArgument<DeploymentStage> with get, set
function get Stage () : InArgument<DeploymentStage>
function set Stage (value : InArgument<DeploymentStage>)

Property Value

Type: System.Activities.InArgument<DeploymentStage>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

UpdateDeployment Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace