Party (ASBIE). An association to the Party receiving this document.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IParty ReceiverParty { get; set; } |
| Visual Basic |
|---|
Property ReceiverParty As IParty Get Set |
| Visual C++ |
|---|
property IParty^ ReceiverParty { IParty^ get (); void set (IParty^ value); } |
| F# |
|---|
abstract ReceiverParty : IParty with get, set |