DbSyncSessionProgressEventArgs::DbSyncStage 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)

public:
property DbSyncStage DbSyncStage {
	DbSyncStage get ();
}

Property Value

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