| LocalSettingsLoginSectionUseSqlPassword Property |
Use password assigned in SQL Server to authenticate user
as opposed to the encrypted password used by Dynamics GP.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic bool UseSqlPassword { get; set; }Public Property UseSqlPassword As Boolean
Get
Set
public:
property bool UseSqlPassword {
bool get ();
void set (bool value);
}member UseSqlPassword : bool with get, set
Property Value
Type:
Boolean
See Also