XmlDeclaration 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.) |
| Encoding | Gets or sets the encoding level of the XML document. |
| 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 | Overridden. Gets or sets the concatenated values of the XmlDeclaration. |
| InnerXml | Gets or sets the markup representing only the child nodes of this node. (Inherited from XmlNode.) |
| IsReadOnly | Gets a value indicating whether the node is read-only. (Inherited from XmlNode.) |
| 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 local name of the node. |
| Name | Overridden. Gets the qualified name of the node. |
| NamespaceURI | Gets the namespace URI of this node. (Inherited from XmlNode.) |
| NextSibling | Gets the node immediately following this node. (Inherited from XmlLinkedNode.) |
| NodeType | Overridden. Gets the type of the current node. |
| OuterXml | Gets the markup representing this node and all its child nodes. (Inherited from XmlNode.) |
| 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 XmlLinkedNode.) |
| SchemaInfo | Gets the post schema validation infoset that has been assigned to this node as a result of schema validation. (Inherited from XmlNode.) |
| Standalone | Gets or sets the value of the standalone attribute. |
| Value | Overridden. Gets or sets the value of the XmlDeclaration. |
| Version | Gets the XML version of the document. |
Reference
XmlDeclaration ClassSystem.Xml Namespace
CreateXmlDeclaration