Expression
Provides a way to succinctly evaluate a C# expression.
Revision History
2.1.0.12 [.Net Framework v4.5.1] - Fixed bug on the AdditionalAssemblyPaths
Properties
Expression
Type: Multiline Text
The C# expression to evaluate.
Value
Type: Object
The result of the evaluated expression.
Custom Properties
Adding additional input and/or output Custom Properties causes C# code properties to be declared.
Remarks
Provide a C#-style expression in the Expression property. This property may make use of any C# method in the System
namespace.
Examples
See Sample Workflow for an example.