DbSyncConflict::Stage Property
Gets or sets the DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property DbSyncStage Stage { DbSyncStage get (); void set (DbSyncStage value); }
Property Value
Type: Microsoft.Synchronization.Data::DbSyncStageA DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
Show: