Share via


ApplyMetadataFailedEventArgs.RetryTransaction Property

Gets or sets whether to retry the transaction or roll back and fail.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property RetryTransaction As Boolean
    Get
    Set
'Usage
Dim instance As ApplyMetadataFailedEventArgs
Dim value As Boolean

value = instance.RetryTransaction

instance.RetryTransaction = value
public bool RetryTransaction { get; set; }
public:
property bool RetryTransaction {
    bool get ();
    void set (bool value);
}
member RetryTransaction : bool with get, set
function get RetryTransaction () : boolean
function set RetryTransaction (value : boolean)

Property Value

Type: System.Boolean
true to retry the transaction; false to roll back and fail.

See Also

Reference

ApplyMetadataFailedEventArgs Class

Microsoft.Synchronization.Data Namespace