An upper bound on the total results to be returned.
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public int Limit { get; set; }
Public Property Limit As Integer
Get
Set
public:
property int Limit {
int get ();
void set (int value);
}
member Limit : int with get, set
Property Value
Type:
Int32See Also