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