DesignerAutoFormatCollection.IList.IsReadOnly Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this method, see IsReadOnly.

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

bool IList.IsReadOnly { get; }

Property Value

Type: System.Boolean

Always true, which indicates that the collection cannot be replaced or deleted.

This member is an explicit interface member implementation. It can be used only when the DesignerAutoFormatCollection instance is cast to an System.Collections.IList interface.

.NET Framework
Available since 2.0
Return to top
Show: