IsReadOnly Property (PagesCollection<T>)
Gets a value indicating whether the
System.Collections.IList is read-only.
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly {get;}
Property Value
true
if this instance is read only; otherwise,
false
.