XmlDataDocument Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Attributes | Gets an XmlAttributeCollection containing the attributes of this node. (inherited from XmlNode) |
| BaseURI | Gets the base URI of the current node. (inherited from XmlDocument) |
| ChildNodes | Gets all the child nodes of the node. (inherited from XmlNode) |
| DataSet | Gets a DataSet that provides a relational representation of the data in the XmlDataDocument. |
| DocumentElement | Gets the root XmlElement for the document. (inherited from XmlDocument) |
| DocumentType | Gets the node containing the DOCTYPE declaration. (inherited from XmlDocument) |
| FirstChild | Gets the first child of the node. (inherited from XmlNode) |
| HasChildNodes | Gets a value indicating whether this node has any child nodes. (inherited from XmlNode) |
| Implementation | Gets the XmlImplementation object for the current document. (inherited from XmlDocument) |
| InnerText | Gets or sets the concatenated values of the node and all its child nodes. (inherited from XmlNode) |
| InnerXml | Gets or sets the markup representing the children of the current node. (inherited from XmlDocument) |
| IsReadOnly | Gets a value indicating whether the current node is read-only. (inherited from XmlDocument) |
| Item | Overloaded. Gets the specified child element. (inherited from XmlNode) |
| LastChild | Gets the last child of the node. (inherited from XmlNode) |
| LocalName | Gets the local name of the node. (inherited from XmlDocument) |
| Name | Gets the qualified name of the node. (inherited from XmlDocument) |
| NamespaceURI | Gets the namespace URI of this node. (inherited from XmlNode) |
| NameTable | Gets the XmlNameTable associated with this implementation. (inherited from XmlDocument) |
| NextSibling | Gets the node immediately following this node. (inherited from XmlNode) |
| NodeType | Gets the type of the current node. (inherited from XmlDocument) |
| OuterXml | Gets the markup representing this node and all its child nodes. (inherited from XmlNode) |
| OwnerDocument | Gets the XmlDocument to which the current node belongs. (inherited from XmlDocument) |
| ParentNode | Gets the parent node of this node (for nodes that can have parents). (inherited from XmlDocument) |
| Prefix | Gets or sets the namespace prefix of this node. (inherited from XmlNode) |
| PreserveWhitespace | Gets or sets a value indicating whether to preserve white space in element content. (inherited from XmlDocument) |
| PreviousSibling | Gets the node immediately preceding this node. (inherited from XmlNode) |
| SchemaInfo | Returns the Post-Schema-Validation-Infoset (PSVI) of the node. (inherited from XmlDocument) |
| Schemas | Gets or sets the XmlSchemaSet object associated with this XmlDocument. (inherited from XmlDocument) |
| Value | Gets or sets the value of the node. (inherited from XmlNode) |
| XmlResolver | Sets the XmlResolver to use for resolving external resources. (inherited from XmlDocument) |