NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSpace Enumeration

Specifies the current xml:space scope.

[Visual Basic]
Public Enum XmlSpace
[C#]
public enum XmlSpace
[C++]
public enum XmlSpace

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Default The xml:space scope equals "default".
None No xml:space scope.
Preserve The xml:space scope equals "preserve".

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

System.NewXml Namespace