Get an existing Quote by its quote_id
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOQuote GetQuote(
int i_QuoteId
)
Function GetQuote (
i_QuoteId As Integer
) As SOQuote
Dim instance As IDatabase
Dim i_QuoteId As Integer
Dim returnValue As SOQuote
returnValue = instance.GetQuote(i_QuoteId)
SOQuote^ GetQuote(
[InAttribute] int i_QuoteId
)
Parameters
- i_QuoteId
- Type: SystemInt32
Return Value
Type:
SOQuote
See Also