FastInfoset.NET Class Reference for .NET
Settings Property (XmlFastInfosetWriter)






Gets the XmlWriterSettings object used to create this XmlWriter instance.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Settings As System.Xml.XmlWriterSettings
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim value As System.Xml.XmlWriterSettings
 
value = instance.Settings
public override System.Xml.XmlWriterSettings Settings {get;}
public read-only property Settings: System.Xml.XmlWriterSettings; override; 
public override function get Settings : System.Xml.XmlWriterSettings
public: __property System.Xml.XmlWriterSettings* get_Settings() override;
public:
property System.Xml.XmlWriterSettings^ Settings {
   System.Xml.XmlWriterSettings^ get() override;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in Settings

Send Feedback