AzureDeploymentInfo.RollbackAllowed Property

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

AzureDeploymentInfo Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace