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!

XmlReader.GetAttr

[To be supplied.]

Overload List

Returns the value of an attribute in a start tag.

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

Returns the value of an attribute in a start tag.

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

Returns the value of an attribute in a start tag.

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

See Also

XmlReader Class | XmlReader Members | System.Xml Namespace