DbSyncProgressEventArgs.Stage Property

Gets a DbSyncStage enumeration value that represents the current stage of synchronization.

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

Syntax

'Declaration
Public ReadOnly Property Stage As DbSyncStage
    Get
'Usage
Dim instance As DbSyncProgressEventArgs
Dim value As DbSyncStage

value = instance.Stage
public DbSyncStage Stage { get; }
public:
property DbSyncStage Stage {
    DbSyncStage get ();
}
member Stage : DbSyncStage
function get Stage () : DbSyncStage

Property Value

Type: Microsoft.Synchronization.Data.DbSyncStage
A DbSyncStage enumeration value that represents the current stage of synchronization.

See Also

Reference

DbSyncProgressEventArgs Class

Microsoft.Synchronization.Data Namespace