|
MapGuide API Reference
|
| void MgDataPropertyDefinition::SetReadOnly | ( | bool | value | ) |
Determines whether this property is read-only.
| void SetReadOnly(bool value); |
| void SetReadOnly(boolean value); |
| void SetReadOnly(bool value); |
| value | (boolean/bool) True configures the property to be read-only, and false configures it to be user settable. |