Edit

Share via


XmlDataType Enum

Definition

Specifies the data type used to determine sort order.

C#
public enum XmlDataType
Inheritance
XmlDataType

Fields

Name Value Description
Text 1

Values are sorted alphabetically.

Number 2

Values are sorted numerically.

Applies to

See also