IQuoteVersionInvoiceCountryId Property |
InvoiceCountryId: Country of invoice address, typically copied from contact record
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxint InvoiceCountryId { get; set; }
Property InvoiceCountryId As Integer
Get
Set
Dim instance As IQuoteVersion
Dim value As Integer
value = instance.InvoiceCountryId
instance.InvoiceCountryId = value
property int InvoiceCountryId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also