Get whether the catalog item is read only.
Read-only property
| [Visual Basic .NET] | 
|---|
| Public Property IsReadOnly() As Boolean | 
| [C#] | 
|---|
|  | 
| [Managed C++] | 
|---|
| public: __property bool get_IsReadOnly(); | 
| [Unmanaged C++] | 
|---|
|  | 
| [Java] | 
|---|
| public bool getIsReadOnly(); | 
| [Python - STK API] | 
|---|
| @property def IsReadOnly(self) -> bool: | 





