C#
VB
C++
Gets a value indicating whether the collection is read-only.
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
public:
property bool IsReadOnly {
bool get();
}
true if the collection is read-only; otherwise, it is false.
A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET