Gets a 'Request For Quotation Line' entry.
Request For Quotation Line (ASBIE). An association to one or more Request For Quotation Lines.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IRequestForQuotationLine GetRequestForQuotLine(
int index
) |
| Visual Basic |
|---|
Function GetRequestForQuotLine (
index As Integer
) As IRequestForQuotationLine |
| Visual C++ |
|---|
IRequestForQuotationLine^ GetRequestForQuotLine(
int index
) |
| F# |
|---|
abstract GetRequestForQuotLine :
index : int -> IRequestForQuotationLine
|
Return Value
Type:
IRequestForQuotationLineThe indexed
IRequestForQuotationLine object.
See Also