DbSyncException.DbSyncStage Property

Gets or sets a DbSyncStage enumeration value that represents the stage of synchronization during which the error occurred.

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

Syntax

'Declaration
Public Property DbSyncStage As DbSyncStage
    Get
    Set
'Usage
Dim instance As DbSyncException
Dim value As DbSyncStage

value = instance.DbSyncStage

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

Property Value

Type: Microsoft.Synchronization.Data.DbSyncStage
A DbSyncStage enumeration value that represents the stage of synchronization during which the error occurred.

See Also

Reference

DbSyncException Class

Microsoft.Synchronization.Data Namespace