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


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

    Property Value

    Object containing the value
    Example
    This example returns the value as an object.
    See Also