LinearModel.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
Public Overridable ReadOnly Property IsSpecialOrderedSet As Boolean
public virtual bool IsSpecialOrderedSet { get; }
public:
virtual property bool IsSpecialOrderedSet {
    bool get ();
}
abstract IsSpecialOrderedSet : bool
override IsSpecialOrderedSet : bool
function get IsSpecialOrderedSet () : boolean

Property Value

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

Implements

ILinearModel.IsSpecialOrderedSet

.NET Framework Security

See Also

Reference

LinearModel Class

Microsoft.SolverFoundation.Services Namespace