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