Table of Contents

Enum ExchangeSortOrder

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a sort order.

public enum ExchangeSortOrder

Fields

Ascending = 1

The sort order is ascending.

Descending = 2

The sort order is descending.

Unknown = 0

The sort order is unknown.