IList: IsReadOnly (get)

IsReadOnly

Returns if the list is read-only.



 Public Property Get IsReadOnly ( ) As Boolean

Return Values

Boolean -  Indication of the list being read-only.

Remarks

A read-only list can only view the elements in the list, however, elements cannot be added, removed, or modified.

Read Only.

See Also

Project CorLib Overview

Class IList Overview