EvalTranspiledExpression Property
Gets or sets the transpiled expression.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.147 -- Release Build+d3f457d1afd6b6837224ebfb5072200d9cbf1b16
public string? TranspiledExpression { get; set; }
Public Property TranspiledExpression As String
Get
Set
public:
property String^ TranspiledExpression {
String^ get ();
void set (String^ value);
}
function get_TranspiledExpression();
function set_TranspiledExpression(value);
Property Value
String