MoreAvailable property

bool get 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;
set MoreAvailable (bool value)

Implementation

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