QueryResultTotalResultCount Property |
The total number of results
Namespace: Rally.RestApi.ResponseAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public int TotalResultCount { get; }
Public ReadOnly Property TotalResultCount As Integer
Get
public:
property int TotalResultCount {
int get ();
}
member TotalResultCount : int with get
Property Value
Type:
Int32See Also