Partilhar via


SyncTableMetadata.LastSentAnchor Property

Gets or sets a SyncAnchor object that contains the time when the last change was sent from the client.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property LastSentAnchor As SyncAnchor
public SyncAnchor LastSentAnchor { get; set; }
public:
property SyncAnchor^ LastSentAnchor {
    SyncAnchor^ get ();
    void set (SyncAnchor^ value);
}
/** @property */
public SyncAnchor get_LastSentAnchor ()

/** @property */
public void set_LastSentAnchor (SyncAnchor value)
public function get LastSentAnchor () : SyncAnchor

public function set LastSentAnchor (value : SyncAnchor)

Property Value

A SyncAnchor object that contains the time when the last change was sent from the client.

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