Removes 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# |
|---|
void RemoveEndorserParty( int index ) |
| Visual Basic |
|---|
Sub RemoveEndorserParty ( index As Integer ) |
| Visual C++ |
|---|
void RemoveEndorserParty( int index ) |
| F# |
|---|
abstract RemoveEndorserParty : index : int -> unit |
Parameters
- index
- Type: System..::..Int32
The index of the IEndorserParty to remove.