XmlReader.Item Property (String, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
- Type: System.String
The local name of the attribute.
- namespaceURI
- Type: System.String
The namespace URI of the attribute.
Property Value
Type: System.StringThe value of the specified attribute. If the attribute is not found, null is returned.
Show: