|
EmailNotifierImports Property
|
Gets or sets the list of types which define methods to be imported into the expression parser.
Namespace:
DynamicCalculator
Assembly:
DynamicCalculator (in DynamicCalculator.dll) Version: 2.2.131-beta
Syntax [ConnectionStringParameterAttribute]
[DefaultValueAttribute("AssemblyName={mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}, TypeName=System.Math")]
public string Imports { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute("AssemblyName={mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}, TypeName=System.Math")>
Public Property Imports As String
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(L"AssemblyName={mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}, TypeName=System.Math")]
property String^ Imports {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("AssemblyName={mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}, TypeName=System.Math")>]
member Imports : string with get, set
function get_Imports();
function set_Imports(value);
Request Example
View SourceProperty Value
Type:
StringSee Also