Share via


DeploymentProperties.UpgradeStatus Property

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

Syntax

'Declaration
<DataMemberAttribute(Order := , EmitDefaultValue := False, IsRequired := False)> _
Public Property UpgradeStatus As UpgradeStatus
[DataMemberAttribute(Order = , EmitDefaultValue = false, IsRequired = false)]
public UpgradeStatus UpgradeStatus { get; private set; }
[DataMemberAttribute(Order = , EmitDefaultValue = false, IsRequired = false)]
public:
property UpgradeStatus^ UpgradeStatus {
    UpgradeStatus^ get ();
    private: void set (UpgradeStatus^ value);
}
[<DataMemberAttribute(Order = , EmitDefaultValue = false, IsRequired = false)>]
member UpgradeStatus : UpgradeStatus with get, private set
function get UpgradeStatus () : UpgradeStatus 
private function set UpgradeStatus (value : UpgradeStatus)

Property Value

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

.NET Framework Security

See Also

Reference

DeploymentProperties Class

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