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

Returns the attribute value for the specified attribute.

Overload List

Returns the value for the attribute with the specified name.

[Visual Basic] Overloads Overridable Public Function GetAttribute(String) As String
[C#] public virtual string GetAttribute(String);
[C++] public: virtual String* GetAttribute(String*);
[JScript] public function GetAttribute(String) : String;

Returns the value for the attribute with the specified LocalName and NamespaceURI.

[Visual Basic] Overloads Overridable Public Function GetAttribute(String, String) As String
[C#] public virtual string GetAttribute(String, String);
[C++] public: virtual String* GetAttribute(String*, String*);
[JScript] public function GetAttribute(String, String) : String;

See Also

XmlElement Class | XmlElement Members | System.NewXml Namespace