SortProperty.Order 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.
Retrieves or sets the order in which the results are sorted.
public Microsoft.Hpc.Scheduler.Properties.SortProperty.SortOrder Order { get; set; }
member this.Order : Microsoft.Hpc.Scheduler.Properties.SortProperty.SortOrder with get, set
Public Property Order As SortProperty.SortOrder
Property Value
The order in which the results are sorted (for example, ascending or descending). For possible values, see the SortProperty.SortOrder enumeration.