XmlElement.TagName 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 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
The tag for this element.