Nevron .NET Vision
Nevron.FormulaEngine Namespace / NFormulaEngine Class / UsedOperators Property


In This Topic
    UsedOperators Property
    In This Topic
    Gets a reference to the operators container used by this engine
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UsedOperators As NOperatorContainer
    'Usage
     
    
    Dim instance As NFormulaEngine
    Dim value As NOperatorContainer
     
    value = instance.UsedOperators
    public NOperatorContainer UsedOperators {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also