PageResultResponseControl.TotalCount 属性

定义

TotalCount 属性包含估计的结果集大小。The TotalCount property contains the estimated result set size.

public:
 property int TotalCount { int get(); };
public int TotalCount { get; }
member this.TotalCount : int
Public ReadOnly Property TotalCount As Integer

属性值

Int32

所返回项的总计数的估计值。The estimated value of the total count of the entries returned.

适用于