Gets the value of an attribute.
Gets the value of the attribute with the specified index.
[Visual Basic] Overloads Overrides Public Function GetAttribute(Integer) As String
[C#] public override string GetAttribute(int);
[C++] public: override String* GetAttribute(int);
[JScript] public override function GetAttribute(int) : String;
Gets the value of the attribute with the specified name and namespace.
[Visual Basic] Overloads Overrides Public Function GetAttribute(String, String) As String
[C#] public override string GetAttribute(String, String);
[C++] public: override String* GetAttribute(String*, String*);
[JScript] public override function GetAttribute(String, String) : String;
Gets the value of the attribute with the specified name.
[Visual Basic] Overloads Overrides Public Function GetAttribute(String) As String
[C#] public override string GetAttribute(String);
[C++] public: override String* GetAttribute(String*);
[JScript] public override function GetAttribute(String) : String;
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace