SortProperty(SortProperty+SortOrder, PropertyId) Constructor
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.
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.