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
- 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.