MoreAvailable property

bool MoreAvailable
Gets a value indicating whether more items corresponding to the search criteria are available in the searched folder.

Implementation

bool get MoreAvailable => this._moreAvailable;
void MoreAvailable=(bool value)

Implementation

set MoreAvailable(bool value) => this._moreAvailable = value;