Gets the value of an attribute. This is a shortcut for the GetAttribute method.
[C#] In C#, this member is the indexer for the XmlTextReader class.
Gets the value of the attribute with the specified index.
[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(Integer) As String
[C#] public string this[int] {override get;}
[C++] public: __property virtual String* get_Item(int);
[JScript] XmlTextReader.Item (int)
Gets the value of the attribute with the specified name and namespace.
[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(String, String) As String
[C#] public string this[String, String] {override get;}
[C++] public: __property virtual String* get_Item(String*, String*);
[JScript] XmlTextReader.Item (String, String)
Gets the value of the attribute with the specified name.
[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(String) As String
[C#] public string this[String] {override get;}
[C++] public: __property virtual String* get_Item(String*);
[JScript] XmlTextReader.Item (String)
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace