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)

public:
property bool RetryTransaction {
	bool get ();
	void set (bool value);
}

Property Value

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