IDatabaseGetQuoteLine Method |
Get an existing QuoteLine by its quoteline_id
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIQuoteLine GetQuoteLine(
int i_QuoteId
)
Function GetQuoteLine (
i_QuoteId As Integer
) As IQuoteLine
Dim instance As IDatabase
Dim i_QuoteId As Integer
Dim returnValue As IQuoteLine
returnValue = instance.GetQuoteLine(i_QuoteId)
IQuoteLine^ GetQuoteLine(
[InAttribute] int i_QuoteId
)
Parameters
- i_QuoteId
- Type: SystemInt32
Return Value
Type:
IQuoteLine
See Also