MoreAvailable property

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

Implementation

bool get MoreAvailable => this.moreAvailable;
set MoreAvailable (bool value)

Implementation

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