XdmReader.LocalName PropertyXdmReader.LocalName PropertyXdmReader::LocalName Property
- XmlPrime 5.0
- Other Versions ▼
Gets the local name of the current node.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Property Value
Type: System.StringSystem.StringSystem::String^
The name of the current node with the prefix removed. For node types that do not have a name (like Text, Comment, and so on), this property returns String.Empty.