XmlAttribute Properties
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets an XmlAttributeCollection containing the attributes of this node.(Inherited from XmlNode.) |
![]() | BaseURI | Gets the base Uniform Resource Identifier (URI) of the node.(Overrides XmlNode::BaseURI.) |
![]() | 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 | Sets the concatenated values of the node and all its children.(Overrides XmlNode::InnerText.) |
![]() | InnerXml | Sets the value of the attribute.(Overrides XmlNode::InnerXml.) |
![]() | IsReadOnly | Gets a value indicating whether the node is read-only.(Inherited from XmlNode.) |
![]() | Item[String^] | |
![]() | Item[String^, String^] | Gets the first child element with the specified LocalName and NamespaceURI.(Inherited from XmlNode.) |
![]() | LastChild | Gets the last child of the node.(Inherited from XmlNode.) |
![]() | LocalName | Gets the local name of the node.(Overrides XmlNode::LocalName.) |
![]() | Name | Gets the qualified name of the node.(Overrides XmlNode::Name.) |
![]() | NamespaceURI | Gets the namespace URI of this node.(Overrides XmlNode::NamespaceURI.) |
![]() | NextSibling | Gets the node immediately following this node.(Inherited from XmlNode.) |
![]() | NodeType | Gets the type of the current node.(Overrides XmlNode::NodeType.) |
![]() | OuterXml | Gets the markup containing this node and all its child nodes.(Inherited from XmlNode.) |
![]() | OwnerDocument | Gets the XmlDocument to which this node belongs.(Overrides XmlNode::OwnerDocument.) |
![]() | OwnerElement | Gets the XmlElement to which the attribute belongs. |
![]() | ParentNode | Gets the parent of this node. For XmlAttribute nodes, this property always returns null.(Overrides XmlNode::ParentNode.) |
![]() | Prefix | Gets or sets the namespace prefix of this node.(Overrides XmlNode::Prefix.) |
![]() | PreviousSibling | Gets the node immediately preceding this node.(Inherited from XmlNode.) |
![]() | PreviousText | Gets the text node that immediately precedes this node.(Inherited from XmlNode.) |
![]() | SchemaInfo | Gets the post-schema-validation-infoset that has been assigned to this node as a result of schema validation.(Overrides XmlNode::SchemaInfo.) |
![]() | Specified | Gets a value indicating whether the attribute value was explicitly set. |
![]() | Value | Gets or sets the value of the node.(Overrides XmlNode::Value.) |
