Noemax FastInfoset.NET
Compact Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriterProfile Class : Compact Property






The Compact profile usually provides the highest compactness.It is set to use the Restricted Alphabet representation whenever available.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Compact As XmlFastInfosetWriterProfile
Visual Basic (Usage)Copy Code
Dim value As XmlFastInfosetWriterProfile
 
value = XmlFastInfosetWriterProfile.Compact
C# 
public static XmlFastInfosetWriterProfile Compact {get;}
Delphi 
public read-only property Compact: XmlFastInfosetWriterProfile; static; 
JScript 
public static function get Compact : XmlFastInfosetWriterProfile
Managed Extensions for C++ 
public: __property static XmlFastInfosetWriterProfile* get_Compact();
C++/CLI 
public:
static property XmlFastInfosetWriterProfile^ Compact {
   XmlFastInfosetWriterProfile^ get();
}

See Also