Gets or sets a value indicating whether the session with the data source and data source manager will be closed before returning from the StartSession method.
Read-write property
Visual Basic |
---|
Public Property CloseSessionAfterAcquisition As Boolean |
A boolean value that is True if the session with the data source and data source manager will be closed before returning from the StartSession method. Otherwise, False is used, and the session with the data source and data source manager is not closed before returning from the StartSession method.
The default value is True.