IQuoteVersionHasOwnInvoiceAddress Property |
HasOwnInvoiceAddress: The invoice address is not the same as the contact's Postal address
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxbool HasOwnInvoiceAddress { get; set; }
Property HasOwnInvoiceAddress As Boolean
Get
Set
Dim instance As IQuoteVersion
Dim value As Boolean
value = instance.HasOwnInvoiceAddress
instance.HasOwnInvoiceAddress = value
property bool HasOwnInvoiceAddress {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also