Returns the attribute value for the specified attribute.
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;
XmlElement Class | XmlElement Members | System.NewXml Namespace