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
    Get
    Set
'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);
}
member LastReceivedAnchor : SyncAnchor with get, set
function get LastReceivedAnchor () : SyncAnchor
function set LastReceivedAnchor (value : SyncAnchor)

Property Value

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

See Also

Reference

SyncTableMetadata Class

Microsoft.Synchronization.Data Namespace