System.Xml.XmlSpace Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml
Summary
Specifies the current xml:space scope.
C# Syntax:
[Serializable]
public enum XmlSpace
See also:
System.Xml Namespace

System.Xml.XmlSpace Member List:

Public Fields
Default The xml:space scope equals default.
None No xml:space scope.
Preserve The xml:space scope equals preserve.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.