Gets a '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 IEndorserParty GetEndorserParty(
int index
) |
| Visual Basic |
|---|
Public Function GetEndorserParty (
index As Integer
) As IEndorserParty |
| Visual C++ |
|---|
public:
virtual IEndorserParty^ GetEndorserParty(
int index
) sealed |
| F# |
|---|
abstract GetEndorserParty :
index : int -> IEndorserParty
override GetEndorserParty :
index : int -> IEndorserParty |
Return Value
Type:
IEndorserPartyThe indexed
IEndorserParty object.
Implements
ICertificateOfOriginApplication..::..GetEndorserParty(Int32)
See Also