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;