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 |
|---|---|
| WriteProtectionChangeNotAllowed | Thrown if because of current write protection state, no further modifications are allowed. |