Edit

Share via


SortProperty Class

Definition

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.

Applies to