Click or drag to resize
PortalTestMode Property
Test Mode provides additional feedback on certain error conditions. Feedback most often comes in the form of a KampData.SqlTools.InternalInfoException but may include other types of exceptions as well. Additional information on error conditions will often be included in the error log when running in Test Mode.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public bool TestMode { get; set; }

Property Value

Type: Boolean
See Also