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, String)

Returns the XmlAttribute with the specified LocalName and NamespaceURI.

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

Parameters

localName
LocalName of the attribute.
namespaceURI
NamespaceURI of the attribute.

Return Value

The specified XmlAttribute.

See Also

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