SyncTableMetadata::LastSentAnchor Property
Gets or sets a SyncAnchor object that contains the time when the last change was sent from the client.
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::SyncAnchorA SyncAnchor object that contains the time when the last change was sent from the client.
Show: