| 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. |
| FileName | The full path of the Data Sources file. |
| IsDirty | True if there are unsaved changes to the data sources file. |
| AnonymousUsername | The user name to be used for Anonymous logins. |
| AnonymousPassword | The password to be used for Anonymous logins. |
| BaseLocation | A file system path for resolving the location of relative file names. |
| WorkgroupFileName | The file system location of the Workgroup file. |