This documentation is archived and is not being maintained.
XmlDataType Enumeration
.NET Framework 1.1
Specifies the data type used to determine sort order.
[Visual Basic] <Serializable> Public Enum XmlDataType [C#] [Serializable] public enum XmlDataType [C++] [Serializable] __value public enum XmlDataType [JScript] public Serializable enum XmlDataType
Members
| Member name | Description |
|---|---|
| Number | Values are sorted numerically. |
| Text | Values are sorted alphabetically. |
Requirements
Namespace: System.Xml.XPath
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: