| Visual Basic (Declaration) | |
|---|---|
Public Property IgnoreProcessingInstructions As Boolean | |
| Visual Basic (Usage) | |
|---|---|
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 | |