| XmlReaderGetAttribute Method (String) | 
When overridden in a derived class, gets the value of the attribute with the specified 
Name.
 
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
 Syntax
Syntaxpublic abstract string GetAttribute(
	string name
)
Parameters
- name
- Type: SystemString
 The qualified name of the attribute.
Return Value
Type: 
StringThe value of the specified attribute. If the attribute is not found or the value is String.Empty, null is returned.
 Exceptions
Exceptions See Also
See Also