NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlElement.GetAttributeNode (String)

Returns the XmlAttribute with the specified name.

[Visual Basic]
Overloads Overridable Public Function GetAttributeNode( _
   ByVal name As String _
) As XmlAttribute
[C#]
public virtual XmlAttribute GetAttributeNode(
   string name
);
[C++]
public: virtual XmlAttribute* GetAttributeNode(
   String* name
);
[JScript]
public function GetAttributeNode(
   name : String
) : XmlAttribute;

Parameters

name
The name of the attribute. The name can include the prefix or leave it off.

Return Value

The specified XmlAttribute.

See Also

XmlElement Class | XmlElement Members | System.NewXml Namespace | XmlElement.GetAttributeNode Overload List