Gets the value of the attribute with the specified name.
[Visual Basic] Overloads MustOverride Public Function GetAttribute( _ ByVal name As String _ ) As String [C#] public abstract string GetAttribute( string name ); [C++] public: virtual String* GetAttribute( String* name ) = 0; [JScript] public abstract function GetAttribute( name : String ) : String;
Empty string if currentnode/recordhas no value to return (never returns null).
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace | XmlNavigator.GetAttribute Overload List