Share via


XmlReader.Item Property (Int32)

Gets the value of the attribute with the specified index.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public virtual string this [
         int i
] { get; }

Parameters

  • i

Property Value

Returns the value of the attribute with the specified index.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace