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.getAttribute

[To be supplied.]

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

Parameters

name
[To be supplied.]

See Also

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