Represents the list of properties within CSubscription that can be used to sort an array of CSubscription objects

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public enum KeyValuePairSortBy
Visual Basic (Declaration)
Public Enumeration KeyValuePairSortBy
Visual C++
public enum class KeyValuePairSortBy

Members

Member nameDescription
Key
Sort the list by Key
Value
Sort the list by Value

See Also