Spread Silverlight Documentation
BooleanValue Property


GrapeCity.CalcEngine.Expressions Namespace > CalcBooleanExpression Class : BooleanValue Property
Gets the value of the boolean expression.
Syntax
'Declaration
 
Public ReadOnly Property BooleanValue As System.Boolean
'Usage
 
Dim instance As CalcBooleanExpression
Dim value As System.Boolean
 
value = instance.BooleanValue
public System.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