Report.SolveTime Property

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

Gets the amount of time spent solving a model, in milliseconds.

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

Syntax

'Declaration
Public ReadOnly Property SolveTime As Long
public long SolveTime { get; }
public:
property long long SolveTime {
    long long get ();
}
member SolveTime : int64
function get SolveTime () : long

Property Value

Type: System.Int64
The time spent solving the model, in milliseconds.

.NET Framework Security

See Also

Reference

Report Class

Microsoft.SolverFoundation.Services Namespace