Directive.TimeLimit Property

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

Gets or sets the time limit.

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

Syntax

'Declaration
Public Property TimeLimit As Integer
public int TimeLimit { get; set; }
public:
property int TimeLimit {
    int get ();
    void set (int value);
}
member TimeLimit : int with get, set
function get TimeLimit () : int
function set TimeLimit (value : int)

Property Value

Type: System.Int32
The time limit in milliseconds.

Remarks

If the TimeLimit property is negative, there is no time limit.

.NET Framework Security

See Also

Reference

Directive Class

Microsoft.SolverFoundation.Services Namespace