SessionProgressEventArgs::SyncStage Property

Gets the SyncStage enumeration value that represents the current stage of synchronization.

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

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

Property Value

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