FastInfoset.NET Class Reference for .NET
IgnoreComments Property (XmlFastInfosetWriter)






Gets and sets whether this writer should ignore calls to the WriteComment method.
Syntax
'Declaration
 
Public Property IgnoreComments As System.Boolean
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim value As System.Boolean
 
instance.IgnoreComments = value
 
value = instance.IgnoreComments
public System.bool IgnoreComments {get; set;}
public read-write property IgnoreComments: System.Boolean; 
public function get,set IgnoreComments : System.boolean
public: __property System.bool get_IgnoreComments();
public: __property void set_IgnoreComments( 
   System.bool value
);
public:
property System.bool IgnoreComments {
   System.bool get();
   void set (    System.bool value);
}
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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members

Send Feedback