RoleInstance.InstanceUpgradeDomain Property

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

RoleInstance Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace