is_write_protected property

is_write_protected property

Gets a value that indicates whether a binded presentation is write protected.

Remarks

If the presentation is protected by a password to open, the property value equals NotDefined. See NullableBool enumeration.

Definition:

@property
def is_write_protected(self):
    ...

See Also