Customer Party (ASBIE). An association to the Originator (Party).
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public ICustomerParty OriginatorCustomerParty { get; set; } |
| Visual Basic |
|---|
Public Property OriginatorCustomerParty As ICustomerParty
Get
Set |
| Visual C++ |
|---|
public:
virtual property ICustomerParty^ OriginatorCustomerParty {
ICustomerParty^ get () sealed;
void set (ICustomerParty^ value) sealed;
} |
| F# |
|---|
abstract OriginatorCustomerParty : ICustomerParty with get, set
override OriginatorCustomerParty : ICustomerParty with get, set |
Property Value
Type:
ICustomerPartyImplements
IDespatchAdvice..::..OriginatorCustomerPartyRemarks
See Also