📚 SAP Business One SDK Help

UseTrusted Property
See Also 

Description

Sets or returns a Boolean value that specifies whether the Company object uses NT authentication, or the internal SQL Server user ObsCommon, to establish a connection with the SQL Server.

Property type

Read-write property

Syntax

Visual Basic
Public Property UseTrusted() As Boolean

Remarks

Set this property to FALSE to log on using ObsCommon.

Set this property to TRUE to log on using the current NT user.

See Also