XmlAttribute Properties

 

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubpropertyAttributes

Gets an XmlAttributeCollection containing the attributes of this node.(Inherited from XmlNode.)

System_CAPS_pubpropertyBaseURI

Gets the base Uniform Resource Identifier (URI) of the node.(Overrides XmlNode::BaseURI.)

System_CAPS_pubpropertyChildNodes

Gets all the child nodes of the node.(Inherited from XmlNode.)

System_CAPS_pubpropertyFirstChild

Gets the first child of the node.(Inherited from XmlNode.)

System_CAPS_pubpropertyHasChildNodes

Gets a value indicating whether this node has any child nodes.(Inherited from XmlNode.)

System_CAPS_pubpropertyInnerText

Sets the concatenated values of the node and all its children.(Overrides XmlNode::InnerText.)

System_CAPS_pubpropertyInnerXml

Sets the value of the attribute.(Overrides XmlNode::InnerXml.)

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the node is read-only.(Inherited from XmlNode.)

System_CAPS_pubpropertyItem[String^]

Gets the first child element with the specified Name.(Inherited from XmlNode.)

System_CAPS_pubpropertyItem[String^, String^]

Gets the first child element with the specified LocalName and NamespaceURI.(Inherited from XmlNode.)

System_CAPS_pubpropertyLastChild

Gets the last child of the node.(Inherited from XmlNode.)

System_CAPS_pubpropertyLocalName

Gets the local name of the node.(Overrides XmlNode::LocalName.)

System_CAPS_pubpropertyName

Gets the qualified name of the node.(Overrides XmlNode::Name.)

System_CAPS_pubpropertyNamespaceURI

Gets the namespace URI of this node.(Overrides XmlNode::NamespaceURI.)

System_CAPS_pubpropertyNextSibling

Gets the node immediately following this node.(Inherited from XmlNode.)

System_CAPS_pubpropertyNodeType

Gets the type of the current node.(Overrides XmlNode::NodeType.)

System_CAPS_pubpropertyOuterXml

Gets the markup containing this node and all its child nodes.(Inherited from XmlNode.)

System_CAPS_pubpropertyOwnerDocument

Gets the XmlDocument to which this node belongs.(Overrides XmlNode::OwnerDocument.)

System_CAPS_pubpropertyOwnerElement

Gets the XmlElement to which the attribute belongs.

System_CAPS_pubpropertyParentNode

Gets the parent of this node. For XmlAttribute nodes, this property always returns null.(Overrides XmlNode::ParentNode.)

System_CAPS_pubpropertyPrefix

Gets or sets the namespace prefix of this node.(Overrides XmlNode::Prefix.)

System_CAPS_pubpropertyPreviousSibling

Gets the node immediately preceding this node.(Inherited from XmlNode.)

System_CAPS_pubpropertyPreviousText

Gets the text node that immediately precedes this node.(Inherited from XmlNode.)

System_CAPS_pubpropertySchemaInfo

Gets the post-schema-validation-infoset that has been assigned to this node as a result of schema validation.(Overrides XmlNode::SchemaInfo.)

System_CAPS_pubpropertySpecified

Gets a value indicating whether the attribute value was explicitly set.

System_CAPS_pubpropertyValue

Gets or sets the value of the node.(Overrides XmlNode::Value.)

Return to top
Show: