VariableGroupQueryOrder Enum
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.
Specifies the desired ordering of variableGroups.
[System.Runtime.Serialization.DataContract]
public enum VariableGroupQueryOrder
type VariableGroupQueryOrder =
Public Enum VariableGroupQueryOrder
- Inheritance
-
VariableGroupQueryOrder
- Attributes
Fields
Name | Value | Description |
---|---|---|
IdAscending | 0 | Order by id ascending. |
IdDescending | 1 | Order by id descending. |