| nodeName | Contains the qualified name of the element or attribute. |
| nodeType | Specifies the DOM node type, which determines valid values and whether the node can have child nodes. |
| parentNode | Contains the parent node (for nodes that can have parents). |
| childNodes | Contains a node list containing the children (for nodes that can have children). |
| firstChild | Contains the first child of this node. |
| lastChild | Returns the last child node. |
| previousSibling | Contains the left sibling of this node. |
| nextSibling | Contains the next sibling of this node in the parent's child list. |
| attributes | Contains the list of attributes for this node. |
| nodeTypeString | the type of node in string form - ms extension |
| text | text content of the node and subtree - ms extension |
| nodeTypedValue | get the strongly typed value of the node - ms extension |
| dataType | the data type of the node - ms extension |
| parsed | has sub-tree been completely parsed - ms extension |
| prefix | the prefix for the namespace applying to the node - ms extension |
| baseName | the base name of the node (nodename with the prefix stripped off) - ms extension |
| Caption | The user-friendly name of the node. |
| Path | The relational path the node. |
| ReadOnly | Determines whether the database should be opened for read-only access. |
| AllowAnonymous | Determines whether the user is required to login before accessing the database. |
| ConnectString | An ADO connection string for configuring how the database connection is established. |