SortProperty Class
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.
Defines a property on which the lists of jobs, tasks, or nodes are sorted.
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("CD2EF552-A818-4BDB-A4E6-B30A821CDCDD")]
public class SortProperty : Microsoft.Hpc.Scheduler.Properties.ISortProperty
type SortProperty = class
interface ISortProperty
Public Class SortProperty
Implements ISortProperty
- Inheritance
-
SortProperty
- Attributes
- Implements
Constructors
| SortProperty(SortProperty+SortOrder, PropertyId) |
Initializes a new instance of the SortProperty class. |
Properties
| Id |
Retrieves or sets the identifier of the property used to sort the results. |
| Order |
Retrieves or sets the order in which the results are sorted. |
Methods
| ToString() |
Retrieves a formatted string that represents the object. |