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






Gets the XmlReaderSettings object used to create this XmlFastInfosetReader instance.

Syntax

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

See Also