AddressDescriptionWithZipAndCountryCode Property |
Returns the address the same as the DescriptionWithZip property
except that if the CountryCode is not blank, it will be appended
to the end of the address.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic string DescriptionWithZipAndCountryCode { get; }
Public ReadOnly Property DescriptionWithZipAndCountryCode As String
Get
public:
property String^ DescriptionWithZipAndCountryCode {
String^ get ();
}
member DescriptionWithZipAndCountryCode : string with get
Property Value
Type:
String
See Also