Add a new 'Endorser Party' entry. Endorser Party (ASBIE). The party providing the endorsement.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
void AddEndorserParty(
	IEndorserParty endorserParty
)
Visual Basic
Sub AddEndorserParty ( 
	endorserParty As IEndorserParty
)
Visual C++
void AddEndorserParty(
	IEndorserParty^ endorserParty
)
F#
abstract AddEndorserParty : 
        endorserParty : IEndorserParty -> unit 

See Also