ModelReport.Errors Property

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

Gets a list of errors found in the model.

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

Syntax

'Declaration
Public ReadOnly Property Errors As IEnumerable(Of String)
public IEnumerable<string> Errors { get; }
public:
property IEnumerable<String^>^ Errors {
    IEnumerable<String^>^ get ();
}
member Errors : IEnumerable<string>
function get Errors () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>
A list of errors found in the model.

.NET Framework Security

See Also

Reference

ModelReport Class

Microsoft.SolverFoundation.Services Namespace