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






Gets and sets the format used to serialize boolean values.
Syntax
'Declaration
 
Public Property BooleanFormat As XmlFastInfosetFormat
'Usage
 
Dim instance As XmlFastInfosetWriterProfile
Dim value As XmlFastInfosetFormat
 
instance.BooleanFormat = value
 
value = instance.BooleanFormat
public XmlFastInfosetFormat BooleanFormat {get; set;}
public read-write property BooleanFormat: XmlFastInfosetFormat; 
public function get,set BooleanFormat : XmlFastInfosetFormat
public: __property XmlFastInfosetFormat get_BooleanFormat();
public: __property void set_BooleanFormat( 
   XmlFastInfosetFormat value
);
public:
property XmlFastInfosetFormat BooleanFormat {
   XmlFastInfosetFormat get();
   void set (    XmlFastInfosetFormat value);
}
Remarks

Values of this data type can be encoded using any of the following representations:

- Binary
- Literal
- LiteralNoIndex

When values are indexed, they are added to the Fast Infoset vocabulary.

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