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


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

    Property Value

    Object containing the value
    Example
    This example creates a boolean expression.
    See Also