Click or drag to resize
DatabaseTestBaseLoginInfoUseTrustedConnection Property
Gets or sets if trusted connection (= Windows) login should be used. If UseTrustedConnection is set to false, SQL Server login will be used and requires to set the Name and Password properties explicitly.

Namespace: PDTec.IceNet.Sdk.Test
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public bool UseTrustedConnection { get; set; }

Property Value

Type: Boolean
See Also