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)
Syntax
'Declaration
Public Property LastReceivedAnchor As SyncAnchor
'Usage
Dim instance As SyncTableMetadata
Dim value As SyncAnchor
value = instance.LastReceivedAnchor
instance.LastReceivedAnchor = value
public SyncAnchor LastReceivedAnchor { get; set; }
public:
property SyncAnchor^ LastReceivedAnchor {
SyncAnchor^ get ();
void set (SyncAnchor^ value);
}
/** @property */
public SyncAnchor get_LastReceivedAnchor ()
/** @property */
public void set_LastReceivedAnchor (SyncAnchor value)
public function get LastReceivedAnchor () : SyncAnchor
public function set LastReceivedAnchor (value : SyncAnchor)
Property Value
A SyncAnchor object that contains the time when the last change was received from the server.
See Also
Reference
SyncTableMetadata Class
SyncTableMetadata Members
Microsoft.Synchronization.Data Namespace