Contact (ASBIE). An association to Accounting Contact (Customer).
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public IContact AccountingContact { get; set; } |
| Visual Basic |
|---|
Public Property AccountingContact As IContact
Get
Set |
| Visual C++ |
|---|
public:
virtual property IContact^ AccountingContact {
IContact^ get () sealed;
void set (IContact^ value) sealed;
} |
| F# |
|---|
abstract AccountingContact : IContact with get, set
override AccountingContact : IContact with get, set |
Property Value
Type:
IContactImplements
ICustomerParty..::..AccountingContactRemarks
See Also