is_to_output property

is_to_output property

Gets or sets a value indicating whether the page should be output. The default value is true.

Definition:

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

See Also