​
​
​

Gets a value indicating whether the collection is read only. Always returns true.

Syntax

​public bool IsReadOnly { get; }
​Public ReadOnly Property IsReadOnly() As Boolean

Examples

Gets a value indicating whether the collection is read only. Always returns true.

​public bool IsReadOnly { get; }
​Public ReadOnly Property IsReadOnly() As Boolean
​

Limitations

Read only.

​