Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.IgnoreComments Property
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : IgnoreComments Property



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


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

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;}
C++/CLI 
public:
property bool IgnoreComments {
   bool get();
   void set (bool value);
}

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also