XPathSettings.ImplicitVariableDeclaration PropertyXPathSettings.ImplicitVariableDeclaration PropertyXPathSettings::ImplicitVariableDeclaration Property

Gets or sets a value indicating whether referenced variables must be declared.

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if referenced variables will be implicitly declared; otherwise, falseFalsefalse.