Click or drag to resize
PortalLineJurisdictionName Property
Gets or sets the name of the jurisdiction. By default, this will have a value based on the LineJurisdictionID. For 10 character LineJurisdictionID's, it will include the state code, the county (enclosed in square brackets) and the city. For 5 character LineJurisdictionID's, the city name will be omitted. For 2 character LineJurisdictionID's, the county and city will be omitted.

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

Property Value

Type: String
See Also