security property

security property

Gets or sets the sandboxing flag of the configuration.

Definition:

@property
def security(self):
    ...
@security.setter
def security(self, value):
    ...

See Also