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