Gets a 'Party Name' entry.
Party Name (ASBIE). An association to Party Name.
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 IPartyName GetPartyName(
int index
) |
| Visual Basic |
|---|
Public Function GetPartyName (
index As Integer
) As IPartyName |
| Visual C++ |
|---|
public:
virtual IPartyName^ GetPartyName(
int index
) sealed |
| F# |
|---|
abstract GetPartyName :
index : int -> IPartyName
override GetPartyName :
index : int -> IPartyName |
Return Value
Type:
IPartyNameThe indexed
IPartyName object.
Implements
IParty..::..GetPartyName(Int32)
See Also