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