This topic has not yet been rated - Rate this topic

XmlNodeReader.GetAttribute Method

Gets the value of an attribute.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method GetAttribute(Int32) Gets the value of the attribute with the specified index. (Overrides XmlReader.GetAttribute(Int32).)
Public method GetAttribute(String) Gets the value of the attribute with the specified name. (Overrides XmlReader.GetAttribute(String).)
Public method GetAttribute(String, String) Gets the value of the attribute with the specified local name and namespace URI. (Overrides XmlReader.GetAttribute(String, String).)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.