A filter query to be applied to results before being returned
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public Query Query { get; set; }
Public Property Query As Query
Get
Set
public:
property Query^ Query {
Query^ get ();
void set (Query^ value);
}
member Query : Query with get, set
Property Value
Type:
QuerySee Also