ISwissKnifeNodeTNodeFormula Property

CVB.Net Documentation
Formula that is evaluated when the value is read.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

string Formula { get; set; }

Property Value

Type: String
String containing the formula.
Remarks

Add the Variables before setting the formula as the formula's validity is checked on set.

See the concrete objects description of the formula for the supported operations.

See Also

Reference