Click or drag to resize
PortalDetailGeocode Property
Gets or sets the tax detail's geocode. This geocode identifies the tax authority's address. If the tax detail is for a state tax, then this will be the two character state geocode. For a county tax detail, this will be the five character county geocode. For a city tax detail, this will be the ten character city geocode.

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

Property Value

Type: String
See Also