The IsReadOnly Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Specifies whether or not the collection is Read Only.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property IsReadOnly As Boolean |
C# | |
---|
public virtual bool IsReadOnly {get;} |
C++/CLI | |
---|
public:
virtual property bool IsReadOnly {
bool get();
} |
Property Value
true if the collection is read only, false otherwise.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also