IsReadOnly Property (BaseStorage<T,TMappingCollection>)
In This Topic
Gets a value indicating whether the underlying list is read-only.
Syntax
'Declaration
Public Overridable ReadOnly Property IsReadOnly As Boolean
public virtual bool IsReadOnly {get;}
See Also