Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ErrorExpression Class / Value Property
Example


In This Topic
    Value Property (ErrorExpression)
    In This Topic
    Gets the error value as an object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    'Usage
     
    
    Dim instance As ErrorExpression
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}

    Property Value

    Object containing the value
    Example
    This example returns the error.
    See Also