source_type property

source_type property

Gets or Sets the external connection DataSource type.

Definition:

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

See Also