This documentation is archived and is not being maintained.

ListItemCollection.IsReadOnly Property

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

[Visual Basic]
Public Overridable ReadOnly Property IsReadOnly As Boolean  _
   Implements IList.IsReadOnly
[C#]
public virtual bool IsReadOnly {get;}
[C++]
public: __property virtual bool get_IsReadOnly();
[JScript]
public function get IsReadOnly() : Boolean;

Property Value

false for all cases.

Implements

IList.IsReadOnly

Remarks

This property always returns false to indicate that the ListItemCollection can be written to in all cases.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

ListItemCollection Class | ListItemCollection Members | System.Web.UI.WebControls Namespace

Show: