Click or drag to resize
LocalSettingsLoginSection Class
Stores the user name, Microsoft SQL Server® and Microsoft Dynamics® GP company database.
Inheritance Hierarchy
SystemObject
  KampData.TaxEngine.APILocalSettingsLoginSection

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public class LoginSection

The LocalSettingsLoginSection type exposes the following members.

Constructors
  NameDescription
Public methodLocalSettingsLoginSection
Stores the user name, Microsoft SQL Server® and Microsoft Dynamics® GP company database.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDatabase
The last chosen Microsoft Dynamics® GP company database.
Public propertyServerName
The last chosen Microsoft SQL Server®.
Public propertySystemDatabase
The last chosen Microsoft Dynamics® GP system database.
Public propertyTestMode
Stores the last used setting.
Public propertyTimeOutSeconds
Gets or Sets the number of seconds to continue retrying the SQL login before timing out.
Public propertyUserName
The last chosen Microsoft SQL Server® user name.
Public propertyUseSqlPassword
Use password assigned in SQL Server to authenticate user as opposed to the encrypted password used by Dynamics GP.
Top
See Also