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