DeploymentProperties.RollbackAllowed Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<DataMemberAttribute(Order := )> _
Public Property RollbackAllowed As Boolean
[DataMemberAttribute(Order = )]
public bool RollbackAllowed { get; private set; }
[DataMemberAttribute(Order = )]
public:
property bool RollbackAllowed {
bool get ();
private: void set (bool value);
}
[<DataMemberAttribute(Order = )>]
member RollbackAllowed : bool with get, private set
function get RollbackAllowed () : boolean
private function set RollbackAllowed (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.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace