HttpRouteCollection.IsReadOnly Property

 

Gets a value indicating whether the collection is read-only.

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

Syntax

public virtual bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    virtual bool get();
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Public Overridable 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

HttpRouteCollection Class
System.Web.Http Namespace

Return to top