PortalLineExemptionID Property |
Gets or sets the LineExemptionID.
Exemption ID's can be used to indicate the type of exemption. This
can be useful for reporting purposes. Typically, the exemption source
permits the entry of an exemption ID that will be used for this field.
This value is set automatically based on the LineExemptionSource.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic string LineExemptionID { get; set; }
Public Property LineExemptionID As String
Get
Set
public:
property String^ LineExemptionID {
String^ get ();
void set (String^ value);
}
member LineExemptionID : string with get, set
Property Value
Type:
String
See Also