Skip to content

IListResponse.TotalCount property

Total count of the records. This may be different than the number of returned records when paging is active, e.g. when Skip/Take parameters are assigned.

public int TotalCount { get; }

See Also