public virtual bool WriteProtected {get; set;}
Property Value
true : if object is currently write-protected
false : if no write protection was set or if write protection was disabled
public virtual bool WriteProtected {get; set;}
true : if object is currently write-protected
false : if no write protection was set or if write protection was disabled
Exception | Description |
---|---|
Eplan.EplApi.DataModel.WriteProtectionChangeNotAllowed | Thrown if because of current write protection state, no further modifications are allowed. |