XdmReaderSettings.IgnoreProcessingInstructions PropertyXdmReaderSettings.IgnoreProcessingInstructions PropertyXdmReaderSettings::IgnoreProcessingInstructions Property

Gets or sets a value indicating whether to ignore processing instructions.

Syntax

Public Property IgnoreProcessingInstructions As Boolean
        Get
        Set(ByVal value As Boolean)
public bool IgnoreProcessingInstructions { get; set; }
public:
property bool IgnoreProcessingInstructions {
    bool get();
    void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue to ignore processing instructions; otherwise falseFalsefalse. The default is falseFalsefalse.