LinearReport.IsSensitivityAvailable 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 sensitivity information is available.

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

Syntax

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

Property Value

Type: System.Boolean
true if sensitivity information is available; otherwise, false.

.NET Framework Security

See Also

Reference

LinearReport Class

Microsoft.SolverFoundation.Services Namespace