| LocalSettingsLoginSectionTimeOutSeconds Property |
Gets or Sets the number of seconds to continue retrying the SQL login
before timing out.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic short TimeOutSeconds { get; set; }Public Property TimeOutSeconds As Short
Get
Set
public:
property short TimeOutSeconds {
short get ();
void set (short value);
}member TimeOutSeconds : int16 with get, set
Property Value
Type:
Int16
See Also