SortOrder Enumeration
Defines the sort orders in which results can be sorted.
Namespace: Microsoft.Hpc.Scheduler.Properties.SortProperty
Assembly: Microsoft.Hpc.Scheduler.Properties (in Microsoft.Hpc.Scheduler.Properties.dll)
ISortCollection.Add(SortOrder,PropId)
Namespace: Microsoft.Hpc.Scheduler.Properties.SortProperty
Assembly: Microsoft.Hpc.Scheduler.Properties (in Microsoft.Hpc.Scheduler.Properties.dll)
[ComVisibleAttribute(true)] [GuidAttribute("6283E28A-C02C-40D0-A688-BE537C779953")] public enum SortOrder
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("6283E28A-C02C-40D0-A688-BE537C779953") */
public enum SortOrder
ComVisibleAttribute(true) GuidAttribute("6283E28A-C02C-40D0-A688-BE537C779953") public enum SortOrder
| Member name | Description |
|---|---|
| Ascending | Sort in ascending order. This enumeration member represents a value of 0. |
| Descending | Sort in descending order. This enumeration member represents a value of 1. |
To use this enumeration in Visual Basic Scripting Edition (VBScript), you need to use the numeric values for the enumeration members or create constants that correspond to those members and set them equal to the numeric values. The following code example shows how to create and set constants for this enumeration in VBScript.
const Ascending = 0 const Descending = 1
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client UtilitiesReference
Microsoft.Hpc.Scheduler.Properties.SortProperty NamespaceISortCollection.Add(SortOrder,PropId)
Build Date:
Community Additions
ADD
Show: