Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As SyncTableMetadata
Dim value As SyncAnchor
value = instance.LastSentAnchor
instance.LastSentAnchor = value
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.
See Also
Reference
SyncTableMetadata Class
SyncTableMetadata Members
Microsoft.Synchronization.Data Namespace