DbOutdatedEventArgs::Action Property

Gets or sets a DbOutdatedSyncAction enumeration value for the action to handle the outdated peer.

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

public:
property DbOutdatedSyncAction Action {
	DbOutdatedSyncAction get ();
	void set (DbOutdatedSyncAction value);
}
Show: