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!

IElement.getAttributeNode

[To be supplied.]

[Visual Basic]
Function getAttributeNode( _
   ByVal name As String _
) As IAttr
[C#]
IAttr getAttributeNode(
   string name
);
[C++]
IAttr* getAttributeNode(
   String* name
) = 0;
[JScript]
function getAttributeNode(
   name : String
) : IAttr;

Parameters

name
[To be supplied.]

See Also

IElement Interface | IElement Members | System.Data.XML.DOM Namespace