NextSyncAnchor Property

Gets the boundary value for identifying subsequently changed rows in the future.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Property NextSyncAnchor As Long
    Get
    Private Set
'Usage
Dim instance As ChangeSet
Dim value As Long

value = instance.NextSyncAnchor
public long NextSyncAnchor { get; private set; }
public:
property long long NextSyncAnchor {
    long long get ();
    private: void set (long long value);
}

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

ChangeSet Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace