|
DynamicCalculatorVariableList Property
|
Gets or sets the list of variables used in the expression.
Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string VariableList { get; set; }
<ConnectionStringParameterAttribute>
Public Property VariableList As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ VariableList {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member VariableList : string with get, set
function get_VariableList();
function set_VariableList(value);
View SourceProperty Value
StringSee Also