Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcBooleanExpression Class / BooleanValue Property


In This Topic
    BooleanValue Property
    In This Topic
    Gets the value of the boolean expression.
    Syntax
    'Declaration
     
    Public ReadOnly Property BooleanValue As Boolean
    'Usage
     
    Dim instance As CalcBooleanExpression
    Dim value As Boolean
     
    value = instance.BooleanValue
    public bool BooleanValue {get;}

    Property Value

    An System.Boolean equal to the value of the represented expression.An System.Boolean equal to the value of the represented expression.
    See Also