Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionExpression Class / Function Property


In This Topic
    Function Property
    In This Topic
    Gets the implementation (dynamic or static function binding) of the function.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Function As FunctionInfo
    'Usage
     
    
    Dim instance As FunctionExpression
    Dim value As FunctionInfo
     
    value = instance.Function
    public FunctionInfo Function {get;}

    Property Value

    FunctionInfo object containing the function
    See Also