Party (ASBIE). The party for whom the document is intended.
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 IParty RecipientParty { get; set; } |
| Visual Basic |
|---|
Public Property RecipientParty As IParty
Get
Set |
| Visual C++ |
|---|
public:
virtual property IParty^ RecipientParty {
IParty^ get () sealed;
void set (IParty^ value) sealed;
} |
| F# |
|---|
abstract RecipientParty : IParty with get, set
override RecipientParty : IParty with get, set |
Property Value
Type:
IPartyImplements
IDocumentResponse..::..RecipientPartyRemarks
See Also