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






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