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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.90).