Share via


AzureCloudAppProfile.AzureAllowUpgrade Property

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Property AzureAllowUpgrade As Boolean
public bool AzureAllowUpgrade { get; set; }
public:
property bool AzureAllowUpgrade {
    bool get ();
    void set (bool value);
}
member AzureAllowUpgrade : bool with get, set
function get AzureAllowUpgrade () : boolean 
function set AzureAllowUpgrade (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

AzureCloudAppProfile Class

Microsoft.TeamFoundation.Build.Common Namespace