GrapeCity.Xaml.CalcEngine
BooleanValue Property


GrapeCity.CalcEngine.Expressions Namespace > CalcBooleanExpression Class : BooleanValue Property
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

Reference

CalcBooleanExpression Class
CalcBooleanExpression Members