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!

XmlText Class

Represents the text content of an element or attribute.

Object
   XmlNode
      XmlLinkedNode
         XmlCharacterData
            XmlText

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

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlText Members | System.NewXml Namespace