←Select platform

IsReadOnly Property

Summary

Specifies whether or not the collection is Read Only.

Syntax

C#
VB
C++
public virtual bool IsReadOnly { get; } 
Public Overridable ReadOnly Property IsReadOnly As Boolean 
public: 
virtual property bool IsReadOnly { 
   bool get(); 
} 

Property Value

true if the collection is read only; false, otherwise.

Example

For an example, refer to RasterCollection<T>.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly