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






Gets the namespace prefix associated with the current node.

Syntax

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

See Also