FacetRequestOptions.SortOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the sorting order by the selected column (count by default). Possible values include: 'asc', 'desc'
[Newtonsoft.Json.JsonProperty(PropertyName="sortOrder")]
public Microsoft.Azure.Management.ResourceGraph.Models.FacetSortOrder? SortOrder { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sortOrder")>]
member this.SortOrder : Nullable<Microsoft.Azure.Management.ResourceGraph.Models.FacetSortOrder> with get, set
Public Property SortOrder As Nullable(Of FacetSortOrder)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute