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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace