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!

XmlCDataSection Class

Used to quote or escape blocks of text to keep that text from being interpreted as markup language.

Object
   XmlNode
      XmlLinkedNode
         XmlCharacterData
            XmlCDataSection

[Visual Basic]
Public Class XmlCDataSection
   Inherits XmlCharacterData
[C#]
public class XmlCDataSection : XmlCharacterData
[C++]
public __gc class XmlCDataSection : public XmlCharacterData
[JScript]
public class XmlCDataSection extends XmlCharacterData

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlCDataSection Members | System.NewXml Namespace