|
EmailNotifierVariableList Property
|
Gets or sets the list of variables used in the expression.
Namespace:
DynamicCalculator
Assembly:
DynamicCalculator (in DynamicCalculator.dll) Version: 2.2.131-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);
Request Example
View SourceProperty Value
Type:
StringSee Also