XPathSettings.CompatibilityMode PropertyXPathSettings.CompatibilityMode PropertyXPathSettings::CompatibilityMode Property

Gets or sets a value indicating whether rules for backward compatibility with XPath Version 1.0 are in effect

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if rules for backward compatibility with XPath Version 1.0 are in effect; otherwise, falseFalsefalse.

Remarks

XPath 1.0 compatibility mode affects the function conversion rules employed when the type of a function argument doesn't match the function's signature, and the evaluation of arithmetic expressions, general comparisons and logical expressions