XmlAttribute.NodeName Property

Definition

Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.

public:
 property Platform::String ^ NodeName { Platform::String ^ get(); };
winrt::hstring NodeName();
public string NodeName { get; }
var string = xmlAttribute.nodeName;
Public ReadOnly Property NodeName As String

Property Value

String

Platform::String

winrt::hstring

The qualified node name, which varies depending on the node type.

Implements

Applies to