IQuoteLineVATInfo Property |
VATInfo: Tax/VAT information, transported from ERP system but not used in any business logic in SuperOffice; available to document templates
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring VATInfo { get; set; }
Property VATInfo As String
Get
Set
Dim instance As IQuoteLine
Dim value As String
value = instance.VATInfo
instance.VATInfo = value
property String^ VATInfo {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also