SyncTableMetadata::LastSentAnchor Property

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

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

public:
property SyncAnchor^ LastSentAnchor {
	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 sent from the client.
Show: