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!

XmlDataDocument Properties

The properties of the XmlDataDocument class are listed below. For a complete list of XmlDataDocument class members, see the XmlDataDocument Members topic.

Public:

Attributes (inherited from XmlNode) Gets an XmlAttributeCollection containing the attributes of this node.
ChildNodes (inherited from XmlNode) Gets all children of this node.
DataSet Gets a DataSet that provides a relational representation of the data in this XmlDataDocument.
DocumentElement (inherited from XmlDocument) Gets the root XmlElement for the document.
DocumentType (inherited from XmlDocument) Gets the node for the DOCTYPE declaration.
FirstChild (inherited from XmlNode) Gets the first child of this node.
HasChildNodes (inherited from XmlNode) Gets a value indicating whether this node has any child nodes.
Implementation (inherited from XmlDocument) Gets the XmlImplementation object for this document.
InnerText (inherited from XmlNode) Gets or sets the concatenated values of the node and all its children.
InnerXml (inherited from XmlNode) Gets or sets the markup representing just the children of this node.
IsDocumentReadOnly (inherited from XmlDocument) Gets or sets a value indicating whether the document is read-only.
IsReadOnly (inherited from XmlDocument) Gets a value indicating whether the node is read-only.
Item (inherited from XmlNode) Overloaded. [To be supplied.]

In C#, this member is the indexer for the XmlDataDocument class.

LastChild (inherited from XmlNode) Gets the last child of this node.
LocalName (inherited from XmlDocument) Gets the name of the current node without the namespace prefix.
Name (inherited from XmlDocument) Gets the name of the node.
NamespaceURI (inherited from XmlNode) Gets the namespace URI of this node.
NameTable (inherited from XmlDocument) Gets the XmlNameTable associated with this implementation.
NextSibling (inherited from XmlNode) Gets the node immediately following this node.
NodeType (inherited from XmlDocument) Gets the type of the current node.
OuterXml (inherited from XmlNode) Gets the markup representing this node and all its children.
OwnerDocument (inherited from XmlDocument) Gets the XmlDocument that contains this node.
ParentNode (inherited from XmlNode) Gets the parent of this node (for nodes that can have parents).
Prefix (inherited from XmlNode) Gets or sets the namespace prefix of this node.
PreserveWhiteSpace (inherited from XmlDocument) Gets or sets a value indicating whether to preserve whitespace.
PreviousSibling (inherited from XmlNode) Gets the node immediately preceding this node.
Value (inherited from XmlNode) Gets or sets the value of the node.

See Also

XmlDataDocument Class | System.NewXml Namespace