System.Xml.XmlElement.GetAttributeNode Method

Returns the XmlAttribute with the specified name.

Syntax

public virtual XmlAttribute GetAttributeNode (string name)

Parameters

name
The name of the attribute to retrieve. This is a qualified name. It is matched against the Name property of the matching node.

Returns

The specified XmlAttribute or null if a matching attribute was not found.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0