SyncKey

SyncCollectionResponse.SyncKey property

SyncKey value is used by the server to mark the synchronization state of a collection. A synchronization key of value 0 (zero) initializes the synchronization state on the server and causes a full synchronization of the collection.

public string SyncKey { get; set; }

See Also