destination_file_name property

destination_file_name property

Gets or sets the name of the destination file.

Definition:

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

See Also