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