XdmReader.MoveToAttribute Method (string)XdmReader.MoveToAttribute Method (String)XdmReader::MoveToAttribute Method (String^)
- XmlPrime 5.0
- Other Versions ▼
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- name
Type: System.StringSystem.StringSystem::String^
The qualified name of the attribute.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the attribute is found; otherwise, false
False
false
. If false
False
false
, the reader's position does not change.