XmlNotation Properties
.NET Framework 2.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 XmlNode.) |
| ChildNodes | Gets all the child nodes of the node. (Inherited from XmlNode.) |
| 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.) |
| InnerText | Gets or sets the concatenated values of the node and all its child nodes. (Inherited from XmlNode.) |
| InnerXml | Overridden. Gets the markup representing the children of this node. |
| IsReadOnly | Overridden. Gets a value indicating whether the node is read-only. |
| Item | Overloaded. Gets the specified child element. (Inherited from XmlNode.) |
| LastChild | Gets the last child of the node. (Inherited from XmlNode.) |
| LocalName | Overridden. Gets the name of the current node without the namespace prefix. |
| Name | Overridden. Gets the name of the current node. |
| NamespaceURI | Gets the namespace URI of this node. (Inherited from XmlNode.) |
| NextSibling | Gets the node immediately following this node. (Inherited from XmlNode.) |
| NodeType | Overridden. Gets the type of the current node. |
| OuterXml | Overridden. Gets the markup representing this node and all its children. |
| OwnerDocument | Gets the XmlDocument to which this node belongs. (Inherited from XmlNode.) |
| ParentNode | Gets the parent of this node (for nodes that can have parents). (Inherited from XmlNode.) |
| Prefix | Gets or sets the namespace prefix of this node. (Inherited from XmlNode.) |
| PreviousSibling | Gets the node immediately preceding this node. (Inherited from XmlNode.) |
| PublicId | Gets the value of the public identifier on the notation declaration. |
| SchemaInfo | Gets the post schema validation infoset that has been assigned to this node as a result of schema validation. (Inherited from XmlNode.) |
| SystemId | Gets the value of the system identifier on the notation declaration. |
| Value | Gets or sets the value of the node. (Inherited from XmlNode.) |
Reference
XmlNotation ClassSystem.Xml Namespace
XmlDocumentType.Notations Property