QueryResult<T>
Represents the results of the Query.
Gets or sets message which contains the error information if the read operation failed.
Gets or sets the value which indicates whether more results are available than initially specified in the length property,
or that result count exceeds the default query limit.
You can retrieve the additional folders by using the QuerySubset.
Gets or sets the list of individual read results from the called operation.
Gets or sets a value indicating whether the overall set of read operations was a success.
Gets or sets the total numer of Artifacts returned by the Query.
public QueryResult()