TotalCount property

int? get TotalCount
Gets the total number of folders 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;