HybridLocalSearchModel.Step Property

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

Specifies the current step number of the search when it is running.

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

Syntax

'Declaration
Public Property Step As Long
public long Step { get; private set; }
public:
property long long Step {
    long long get ();
    private: void set (long long value);
}
member Step : int64 with get, private set
function get Step () : long
private function set Step (value : long)

Property Value

Type: System.Int64
The current step number.

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace