MoreChangesAvailable property

bool MoreChangesAvailable
Gets a value indicating whether the there are more changes to be synchronized from the server.

Implementation

bool get MoreChangesAvailable => this._moreChangesAvailable;
void MoreChangesAvailable=(bool value)

Implementation

set MoreChangesAvailable(bool value) {
  this._moreChangesAvailable = value;
}