ConstraintSolverParams.ElapsedMilliSec Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the completion time for the most recent solution.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property ElapsedMilliSec As Integer
public int ElapsedMilliSec { get; }
public:
property int ElapsedMilliSec {
    int get ();
}
member ElapsedMilliSec : int
function get ElapsedMilliSec () : int

Property Value

Type: System.Int32
The completion time for the most recent solution.

.NET Framework Security

See Also

Reference

ConstraintSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace