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






Gets the text value of the current node.

Syntax

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

See Also