Endorser Party (ASBIE). The type of 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 EndorserParty { get; set; } |
| Visual Basic |
|---|
Public Property EndorserParty As IEndorserParty
Get
Set |
| Visual C++ |
|---|
public:
virtual property IEndorserParty^ EndorserParty {
IEndorserParty^ get () sealed;
void set (IEndorserParty^ value) sealed;
} |
| F# |
|---|
abstract EndorserParty : IEndorserParty with get, set
override EndorserParty : IEndorserParty with get, set |
Property Value
Type:
IEndorserPartyImplements
IEndorsement..::..EndorserPartyRemarks
See Also