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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public bool UseTrustedConnection { get; set; }

Property Value

Type: Boolean
See Also