Edit

Share via


SortProperty(SortProperty+SortOrder, PropertyId) Constructor

Definition

Initializes a new instance of the SortProperty class.

public SortProperty(Microsoft.Hpc.Scheduler.Properties.SortProperty.SortOrder order, Microsoft.Hpc.Scheduler.Properties.PropertyId propId);
new Microsoft.Hpc.Scheduler.Properties.SortProperty : Microsoft.Hpc.Scheduler.Properties.SortProperty.SortOrder * Microsoft.Hpc.Scheduler.Properties.PropertyId -> Microsoft.Hpc.Scheduler.Properties.SortProperty
Public Sub New (order As SortProperty.SortOrder, propId As PropertyId)

Parameters

order
SortProperty.SortOrder

The order in which the results are sorted (for example, ascending or descending). For possible values, see the SortProperty.SortOrder enumeration.

propId
PropertyId

A PropertyId object that identifies the property used to sort the results.

Applies to