Click or drag to resize
PortalLineAllowAnyAddress Property
Gets or sets the LineAllowAnyAddress boolean. When true, the TaxEngine will accept any address as valid. No warning will be given for invalid addresses. When set to false, only addresses contained in the address table will be allowed.

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

Property Value

Type: Boolean
See Also