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