Mono Class Library: System.Xml.XmlTextReader Overview | Members

System.Xml.XmlTextReader.Item Property

Retrieves the value of the attribute with the specified local name and namespace URI. [Edit]

This is the default property for this class.

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

Parameters

name
Documentation for this section has not yet been entered. [Edit]
namespaceURI
Documentation for this section has not yet been entered. [Edit]

Value

A string containing the value of the specified attribute, or null if the attribute is not found. [Edit]

Remarks

This property is read-only.

This property does not move the reader.

Note:

This property overrides the System.Xml.XmlReader indexer.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0