ILinearModel.IsSpecialOrderedSet 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 linear model is a special ordered set.

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

Syntax

'Declaration
ReadOnly Property IsSpecialOrderedSet As Boolean
bool IsSpecialOrderedSet { get; }
property bool IsSpecialOrderedSet {
    bool get ();
}
abstract IsSpecialOrderedSet : bool
function get IsSpecialOrderedSet () : boolean

Property Value

Type: System.Boolean
true if the linear model is a special ordered set; otherwise, false.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace