SolverRegistrationCollection.IsReadOnly Property

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

Returns a value that indicates whether the collection is read only.

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

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
final function get IsReadOnly () : boolean

Property Value

Type: System.Boolean

Implements

ICollection<T>.IsReadOnly

.NET Framework Security

See Also

Reference

SolverRegistrationCollection Class

Microsoft.SolverFoundation.Services Namespace