Value Property
From Pageflex Document Action API
Gets or sets the current value of the variable.
Specifies a String representing the variable's current value.
Note that setting a variable's value does not cause other variables which depend on this variable's value to be automatically recomputed -- you must call EvaluateVariables(). Likewise, setting a variable's value does not cause the new value to be automatically propagated to associated variable elements -- you must call MergeData().
| Exception | Condition |
|---|---|
| VariableNotEvaluatedException | The variable has not been evaluated, so it has no value. |
| InvalidVariableValueException | . |
| ArgumentNullException | The value supplied for value was nullNothingnullptr. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)