EvalTranspiledExpression Property
Gets or sets the transpiled expression.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.128 -- Release Build+e642e346f6a184b82d0191f20af9f896bef9bb3d
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