Noemax FastInfoset.NET
LocalName Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : LocalName Property






Gets the local name of the current node.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable ReadOnly Property LocalName As String
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As String
 
value = instance.LocalName
C# 
public override string LocalName {get;}
Delphi 
public read-only property LocalName: String; override; 
JScript 
public override function get LocalName : String
Managed Extensions for C++ 
public: __property string* get_LocalName() override;
C++/CLI 
public:
property String^ LocalName {
   String^ get() override;
}

See Also