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.SetAttributeNode (String, String)

Adds the specified XmlAttribute.

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

Parameters

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

Return Value

The added XmlAttribute.

See Also

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