XmlDocumentFragment.LocalName Property

Definition

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 = xmlDocumentFragment.localName;
Public ReadOnly Property LocalName As Object

Property Value

Object

Platform::Object

IInspectable

The local name.

Implements

Applies to