Add a new 'Endorser Party' entry.
Endorser Party (ASBIE). The party providing the endorsement.
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 void AddEndorserParty(
IEndorserParty endorserParty
) |
| Visual Basic |
|---|
Public Sub AddEndorserParty (
endorserParty As IEndorserParty
) |
| Visual C++ |
|---|
public:
virtual void AddEndorserParty(
IEndorserParty^ endorserParty
) sealed |
| F# |
|---|
abstract AddEndorserParty :
endorserParty : IEndorserParty -> unit
override AddEndorserParty :
endorserParty : IEndorserParty -> unit |
Implements
ICertificateOfOriginApplication..::..AddEndorserParty(IEndorserParty)
See Also