Share via


XmlReader.Item Property (String, String)

Gets the value of the attribute with the LocalName and NamespaceURI.

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

Syntax

public virtual string this [
         string name,
         string namespaceURI
] { get; }

Parameters

Property Value

The value of the specified attribute, or, if the attribute is not found, a null reference. LocalName and NamespaceURI.

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