Noemax FastInfoset.NET
IgnoreComments Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : IgnoreComments Property






Gets and sets whether this writer should ignore calls to the WriteComment method.

Syntax

Visual Basic (Declaration) 
Public Property IgnoreComments As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim value As Boolean
 
instance.IgnoreComments = value
 
value = instance.IgnoreComments
C# 
public bool IgnoreComments {get; set;}
Delphi 
public read-write property IgnoreComments: Boolean; 
JScript 
public function get,set IgnoreComments : boolean
Managed Extensions for C++ 
public: __property bool get_IgnoreComments();
public: __property void set_IgnoreComments( 
   bool value
);
C++/CLI 
public:
property bool IgnoreComments {
   bool get();
   void set (    bool value);
}

See Also