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






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

Syntax

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

See Also