SyncTableMetadata::LastReceivedAnchor Property

Gets or sets a SyncAnchor object that contains the time when the last change was received from the server.

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

public:
property SyncAnchor^ LastReceivedAnchor {
	SyncAnchor^ get ();
	void set (SyncAnchor^ value);
}

Property Value

Type: Microsoft.Synchronization.Data::SyncAnchor
A SyncAnchor object that contains the time when the last change was received from the server.
Show: