| 
            
              DynamicCalculatorExpressionText Property
             | 
          
        
        
            Gets or sets the textual representation of the expression.
            
        
        Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.257-beta
Syntax[ConnectionStringParameterAttribute]
public string ExpressionText { get; set; }<ConnectionStringParameterAttribute>
Public Property ExpressionText As String
	Get
	Set
public:
[ConnectionStringParameterAttribute]
property String^ ExpressionText {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
member ExpressionText : string with get, set
function get_ExpressionText();
function set_ExpressionText(value);
 View SourceProperty Value
String
See Also