XdmReaderSettings.IgnoreComments PropertyXdmReaderSettings.IgnoreComments PropertyXdmReaderSettings::IgnoreComments Property

Gets or sets a value indicating whether to ignore comments.

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue to ignore comments; otherwise falseFalsefalse. The default is falseFalsefalse.