TotalCount property

int? TotalCount
Gets the total number of items matching the search criteria available in the searched folder.

Implementation

int? get TotalCount => this._totalCount;
void TotalCount=(int? value)

Implementation

set TotalCount(int? value) => this._totalCount = value;