XmlText.LocalName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML.
public:
property Platform::Object ^ LocalName { Platform::Object ^ get(); };
IInspectable LocalName();
public object LocalName { get; }
var object = xmlText.localName;
Public ReadOnly Property LocalName As Object
Property Value
The local name.