clsImportBusinessPartnerCollectionCDR1 Property
|
Collection of additional addresses. The Main billing address (via properties
Billing_AdressID..) and shippping address (via properties
Ship_AdressID ...) are already in this collection.
>You can add additional addresses. clsImportBPAddress for property details
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic List<clsImportBPAddress> CollectionCDR1 { get; set; }Public Property CollectionCDR1 As List(Of clsImportBPAddress)
Get
Set
Property Value
Type:
ListclsImportBPAddress
See Also