Share via


DeploymentProperties.Status Property

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

Syntax

'Declaration
<DataMemberAttribute(Order := )> _
Public Property Status As DeploymentStatus
[DataMemberAttribute(Order = )]
public DeploymentStatus Status { get; private set; }
[DataMemberAttribute(Order = )]
public:
property DeploymentStatus Status {
    DeploymentStatus get ();
    private: void set (DeploymentStatus value);
}
[<DataMemberAttribute(Order = )>]
member Status : DeploymentStatus with get, private set
function get Status () : DeploymentStatus 
private function set Status (value : DeploymentStatus)

Property Value

Type: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7.DeploymentStatus
Returns DeploymentStatus.

.NET Framework Security

See Also

Reference

DeploymentProperties Class

Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace