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






Gets the qualified name of the current node.

Syntax

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

See Also