DelegatingXmlReader.LocalName PropertyDelegatingXmlReader.LocalName PropertyDelegatingXmlReader::LocalName Property

Gets the local name of the current node.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

The local name of the current node.