Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'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);
}
member LastSentAnchor : SyncAnchor with get, set
function get LastSentAnchor () : SyncAnchor
function set LastSentAnchor (value : SyncAnchor)
Property Value
Type: Microsoft.Synchronization.Data.SyncAnchor
A SyncAnchor object that contains the time when the last change was sent from the client.