Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Indicates the order to sort search results.
Properties
Property | Type | Description |
---|---|---|
isDescending | Boolean | True if the sort order is descending. Default is false , with the sort order as ascending. Optional. |
name | String | The name of the property to sort on. Required. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"name": "String",
"isDescending": "true"
}