Set.IsLocked Property

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

Indicates whether additional values may be added to a Set, for example by data binding operations on Parameters.

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

Syntax

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

Property Value

Type: System.Boolean
True if additional values may be added; otherwise false.

.NET Framework Security

See Also

Reference

Set Class

Microsoft.SolverFoundation.Services Namespace