Interface IQueryResult
Generic base interface for results returned using querying.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQueryingGeneric
Assembly: Stylelabs.M.Sdk.dll
Syntax
Type Parameters
| Name | Description |
|---|---|
| T | The type. |
Properties
Items
Gets the results that matched the query. This property only contains the results for the requested page. There may be more results available.
Declaration
Property Value
| Type | Description |
|---|---|
| IList<> |
If you have suggestions for improving this article, let us know!