📚 SAP Business One SDK Help

Connected Property
See Also 

Description

Returns a Boolean value that specifies whether or not the Company object is connected to the database.

Property type

Read-only property

Syntax

Visual Basic
Public Property Connected() As Boolean

Remarks

You can use this property to check if the operation of the Connect or Disconnect methods was successful.

See Also