ModelReport.IsValid Property

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

Gets a value that indicates whether a model is valid.

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

Syntax

'Declaration
Public ReadOnly Property IsValid As Boolean
public bool IsValid { get; }
public:
property bool IsValid {
    bool get ();
}
member IsValid : bool
function get IsValid () : boolean

Property Value

Type: System.Boolean
true if the model is valid; otherwise, false.

Remarks

A model is valid if no errors are found.

.NET Framework Security

See Also

Reference

ModelReport Class

Microsoft.SolverFoundation.Services Namespace