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






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overridable ReadOnly Property Settings As System.Xml.XmlWriterSettings
'Usage
 
Dim instance As VocabularyWriter
Dim value As System.Xml.XmlWriterSettings
 
value = instance.Settings
[__DynamicallyInvokable()]
public virtual System.Xml.XmlWriterSettings Settings {get;}
public read-only property Settings: System.Xml.XmlWriterSettings; virtual; 
__DynamicallyInvokableAttribute()
public function get Settings : System.Xml.XmlWriterSettings
[__DynamicallyInvokable()]
public: __property virtual System.Xml.XmlWriterSettings* get_Settings();
[__DynamicallyInvokable()]
public:
virtual property System.Xml.XmlWriterSettings^ Settings {
   System.Xml.XmlWriterSettings^ get();
}
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

VocabularyWriter Class
VocabularyWriter Members

Send Feedback