DesignerRegionCollection.IsReadOnly Property

 

Gets a value indicating whether the DesignerRegionCollection object is read-only.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public bool IsReadOnly { get; }

Property Value

Type: System.Boolean

true, if the collection cannot be changed; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: