XmlElement.TagName Property

Definition

Gets the element name.

public:
 property Platform::String ^ TagName { Platform::String ^ get(); };
winrt::hstring TagName();
public string TagName { get; }
var string = xmlElement.tagName;
Public ReadOnly Property TagName As String

Property Value

String

Platform::String

winrt::hstring

The tag for this element.

Applies to