| 
            
              DynamicCalculatorImports Property
             | 
          
        
        
            Gets or sets the list of types which define
            methods to be imported into the expression parser.
            
        
        Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.257-beta
Syntax[ConnectionStringParameterAttribute]
[DefaultValueAttribute("AssemblyName=mscorlib, TypeName=System.Math; AssemblyName=mscorlib, TypeName=System.DateTime; AssemblyName=DynamicCalculator, TypeName=DynamicCalculator.AggregateFunctions")]
public string Imports { get; set; }<ConnectionStringParameterAttribute>
<DefaultValueAttribute("AssemblyName=mscorlib, TypeName=System.Math; AssemblyName=mscorlib, TypeName=System.DateTime; AssemblyName=DynamicCalculator, TypeName=DynamicCalculator.AggregateFunctions")>
Public Property Imports As String
	Get
	Setpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(L"AssemblyName=mscorlib, TypeName=System.Math; AssemblyName=mscorlib, TypeName=System.DateTime; AssemblyName=DynamicCalculator, TypeName=DynamicCalculator.AggregateFunctions")]
property String^ Imports {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("AssemblyName=mscorlib, TypeName=System.Math; AssemblyName=mscorlib, TypeName=System.DateTime; AssemblyName=DynamicCalculator, TypeName=DynamicCalculator.AggregateFunctions")>]
member Imports : string with get, setfunction get_Imports();
function set_Imports(value);
 View SourceProperty Value
String
See Also