ModelStateDictionary.IsReadOnly Property

 

Gets a value that indicates whether the collection is read-only.

Namespace:   System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    virtual bool get() sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Type: System.Boolean

true if the collection is read-only; otherwise, false.

Implements

ICollection<T>.IsReadOnly

See Also

ModelStateDictionary Class
System.Web.Http.ModelBinding Namespace

Return to top