SortCollection.GetSorts Method
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 an array of the sort items from the collection.
[System.Runtime.InteropServices.ComVisible(false)]
public Microsoft.Hpc.Scheduler.Properties.SortProperty[] GetSorts ();
abstract member GetSorts : unit -> Microsoft.Hpc.Scheduler.Properties.SortProperty[]
override this.GetSorts : unit -> Microsoft.Hpc.Scheduler.Properties.SortProperty[]
Public Function GetSorts () As SortProperty()
Returns
An array of SortProperty objects that define the sort items in the collection.
Implements
- Attributes