clsImportBusinessPartnerCollectionContactPerson Property
|
Property to attach a list oc Contact Person to be created with the business partner together. The card code (potentially the new CardCode) will automatically linked to all contract person in this collection.
In the update approach, only contact person with the same Name can be updated. Changing of the name is not possible
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic List<clsImportBPContactPerson> CollectionContactPerson { get; set; }Public Property CollectionContactPerson As List(Of clsImportBPContactPerson)
Get
Set
Property Value
Type:
ListclsImportBPContactPerson
See Also