Nevron Open Vision Documentation
Nevron.Nov.Formulas Namespace / NFormulaEngine Class / VariableProvider Property


In This Topic
    VariableProvider Property
    In This Topic
    Gets or sets the variable provider, which must be used
    Syntax
    'Declaration
     
    
    Public Property VariableProvider As INVariableProvider
    'Usage
     
    
    Dim instance As NFormulaEngine
    Dim value As INVariableProvider
     
    instance.VariableProvider = value
     
    value = instance.VariableProvider
    public INVariableProvider VariableProvider {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also