DelegatingXmlReader.Name PropertyDelegatingXmlReader.Name PropertyDelegatingXmlReader::Name Property

Gets the qualified name of the current node.

Syntax

Public Overrides ReadOnly Property Name As String
        Get
public override string Name { get; }
public:
virtual property String^ Name {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

The qualified name of the current node.