Proprietà UpdateDeployment.Stage

Spazio dei nomi:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Sintassi

'Dichiarazione
<RequiredArgumentAttribute> _
<BrowsableAttribute(True)> _
Public Property Stage As InArgument(Of DeploymentStage)
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public InArgument<DeploymentStage> Stage { get; set; }

Valore proprietà

Tipo: System.Activities.InArgument<DeploymentStage>
Restituisca il valore InArgument<T>.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UpdateDeployment Classe

Spazio dei nomi Microsoft.TeamFoundation.Deployment.Workflow.Activities