| QueryQueryClause Property  | 
          
        
        
        
            Get the string representation of this query
            
         
        Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic string QueryClause { get; set; }Public Property QueryClause As String
	Get
	Set
public:
property String^ QueryClause {
	String^ get ();
	void set (String^ value);
}member QueryClause : string with get, set
Property Value
Type: 
String
See Also