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
- 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.AzureManagement.v1_7 Namespace