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.0.0.0 (7.0.6906.26599)
Syntaxpublic bool UseTrustedConnection { get; set; }Property Value
Type:
Boolean
See Also