TotalCount property

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

Implementation

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

Implementation

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