DeploymentSyncOptions.EnableTransaction Property

Gets or sets a value that determines whether the current synchronization operation permits transactions.

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

Syntax

'Declaration
Public Property EnableTransaction As Boolean
    Get
    Set
'Usage
Dim instance As DeploymentSyncOptions
Dim value As Boolean

value = instance.EnableTransaction

instance.EnableTransaction = value
public bool EnableTransaction { get; set; }
public:
property bool EnableTransaction {
    bool get ();
    void set (bool value);
}
function get EnableTransaction () : boolean
function set EnableTransaction (value : boolean)

Property Value

Type: Boolean
true of the current synchronization operation permits transactions, otherwise false.

Permissions

See Also

Reference

DeploymentSyncOptions Class

DeploymentSyncOptions Members

Microsoft.Web.Deployment Namespace