Hashtable: IsReadOnly (get)

IsReadOnly

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



 Public Property Get IsReadOnly ( ) As Boolean

Return Values

Boolean -  True if the Hashtable is read-only; otherwise, False. The default is False.

Remarks

This implements the IList.IsReadOnly.

Read Only.

See Also

Project CorLib Overview

Class Hashtable Overview