XdmReader.GetAttribute Method (string)XdmReader.GetAttribute Method (String)XdmReader::GetAttribute 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.StringSystem.StringSystem::String^
The value of the specified attribute. If the attribute is not found or the value is String.Empty, null
a null reference (Nothing
in Visual Basic)
nullptr
is returned.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException |
name is null
a null reference (Nothing in Visual Basic)
nullptr .
|