InteriorPointReport.SupportsSolutionDetails Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a value that indicates whether solution details can be returned.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Protected Overrides Function SupportsSolutionDetails As Boolean
protected override bool SupportsSolutionDetails()
protected:
virtual bool SupportsSolutionDetails() override
abstract SupportsSolutionDetails : unit -> bool
override SupportsSolutionDetails : unit -> bool
protected override function SupportsSolutionDetails() : boolean
Return Value
Type: System.Boolean
true if solution details can be returned; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.