DbSyncContext::IsPeerOutdated Property

Gets or sets whether a peer is outdated, which means that the peer does not have sufficient metadata to correctly synchronize.

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

public:
property bool IsPeerOutdated {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if the peer is outdated; otherwise false.
Show: