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






Encodes values in a UTF-8 text string format. Provides interoperability with Fast Infoset implementations that only support the Literal representation.
Syntax
'Declaration
 
Public Shared ReadOnly Property Literal As XmlFastInfosetWriterProfile
'Usage
 
Dim value As XmlFastInfosetWriterProfile
 
value = XmlFastInfosetWriterProfile.Literal
public static XmlFastInfosetWriterProfile Literal {get;}
public read-only property Literal: XmlFastInfosetWriterProfile; static; 
public static function get Literal : XmlFastInfosetWriterProfile
public: __property static XmlFastInfosetWriterProfile* get_Literal();
public:
static property XmlFastInfosetWriterProfile^ Literal {
   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