Gets a 'Endorser Party' entry.
Endorser Party (ASBIE). The party providing the endorsement.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IEndorserParty GetEndorserParty(
int index
) |
| Visual Basic |
|---|
Function GetEndorserParty (
index As Integer
) As IEndorserParty |
| Visual C++ |
|---|
IEndorserParty^ GetEndorserParty(
int index
) |
| F# |
|---|
abstract GetEndorserParty :
index : int -> IEndorserParty
|
Return Value
Type:
IEndorserPartyThe indexed
IEndorserParty object.
See Also