connect_string property
MailMergeSettings.connect_string property
Specifies the connection string used to connect to an external data source. The default value is an empty string.
@property
def connect_string(self) -> str:
...
@connect_string.setter
def connect_string(self, value: str):
...
See Also
- module aspose.words.settings
- class MailMergeSettings