TestimoX

API Reference

Enum

ServiceListQuerySort

Namespace ComputerX.Services
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Sort order for service list query results.

Inheritance

  • Enum
  • ServiceListQuerySort

Values

public const ServiceListQuerySort ServiceNameAsc #

Sort by service name ascending (case-insensitive).

Value: 0
public const ServiceListQuerySort DisplayNameAsc #

Sort by display name ascending (case-insensitive), then service name ascending.

Value: 1