UpgradeStatus.CurrentUpgradeDomain Property

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

Syntax

'Declaration
Public Property CurrentUpgradeDomain As Integer
public int CurrentUpgradeDomain { get; set; }
public:
property int CurrentUpgradeDomain {
    int get ();
    void set (int value);
}
member CurrentUpgradeDomain : int with get, set
function get CurrentUpgradeDomain () : int 
function set CurrentUpgradeDomain (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

UpgradeStatus Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace