|  | StochasticHillClimbingParametersTimeLimitMilliSeconds Property | 
            Gets and sets the maximum time in milliseconds that the solver 
            will be allowed to run. A negative values means no limit. The
            default value is -1, no limit.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int TimeLimitMilliSeconds { get; set; }Public Property TimeLimitMilliSeconds As Integer
	Get
	Set
public:
property int TimeLimitMilliSeconds {
	int get ();
	void set (int value);
}member TimeLimitMilliSeconds : int with get, set
Property Value
Int32 See Also
See Also