Gets or sets the tax location state for the current line.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic string LineState { get; set; }Public Property LineState As String
Get
Set
public:
property String^ LineState {
String^ get ();
void set (String^ value);
}member LineState : string with get, set
Property Value
Type:
String
Exceptions| Exception | Condition |
|---|
| AddressException |
Thrown if the state has Zip Addressing enabled but is
not found in the DZ Zip Address table.
|
See Also