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
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IRequestForQuotationLine GetRequestForQuotLine(
	int index
)
Visual Basic
Public Function GetRequestForQuotLine ( 
	index As Integer
) As IRequestForQuotationLine
Visual C++
public:
virtual IRequestForQuotationLine^ GetRequestForQuotLine(
	int index
) sealed
F#
abstract GetRequestForQuotLine : 
        index : int -> IRequestForQuotationLine 
override GetRequestForQuotLine : 
        index : int -> IRequestForQuotationLine 

Parameters

index
Type: System..::..Int32
The index of the IRequestForQuotationLine to get.

Return Value

Type: IRequestForQuotationLine
The indexed IRequestForQuotationLine object.

Implements

IRequestForQuotation..::..GetRequestForQuotLine(Int32)

See Also