FastInfoset.NET Class Reference for .NET
Basic Property (XmlFastInfosetWriterProfile)






The Basic profile usually provides the highest processing performance. It is set to use the Binary representation whenever available.
Syntax
'Declaration
 
Public Shared ReadOnly Property Basic As XmlFastInfosetWriterProfile
'Usage
 
Dim value As XmlFastInfosetWriterProfile
 
value = XmlFastInfosetWriterProfile.Basic
public static XmlFastInfosetWriterProfile Basic {get;}
public read-only property Basic: XmlFastInfosetWriterProfile; static; 
public static function get Basic : XmlFastInfosetWriterProfile
public: __property static XmlFastInfosetWriterProfile* get_Basic();
public:
static property XmlFastInfosetWriterProfile^ Basic {
   XmlFastInfosetWriterProfile^ 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

XmlFastInfosetWriterProfile Class
XmlFastInfosetWriterProfile Members

Send Feedback