data_source_type property

Odso.data_source_type property

Specifies the type of the external data source to be connected to as part of the ODSO connection information for this mail merge. The default value is OdsoDataSourceType.DEFAULT.

@property
def data_source_type(self) -> aspose.words.settings.OdsoDataSourceType:
    ...

@data_source_type.setter
def data_source_type(self, value: aspose.words.settings.OdsoDataSourceType):
    ...

Remarks

This setting is purely a suggestion of the data source type that is being used for this mail merge.

See Also