Partilhar via


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
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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncTableMetadata Class
SyncTableMetadata Members
Microsoft.Synchronization.Data Namespace