Set.IsConstant Property

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

Indicates whether the values for the Set were established upon creation.

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

Syntax

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

Property Value

Type: System.Boolean
True if the values for the Set were established upon creation; otherwise false.

.NET Framework Security

See Also

Reference

Set Class

Microsoft.SolverFoundation.Services Namespace