Start index (1-based) for queries. The default is 1.
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public int Start { get; set; }
Public Property Start As Integer
Get
Set
public:
property int Start {
int get ();
void set (int value);
}
member Start : int with get, set
Property Value
Type:
Int32See Also