IDatabaseGetQuoteAlternative Method |
Get an existing QuoteAlternative by its quotealternative_id
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIQuoteAlternative GetQuoteAlternative(
int i_QuoteAlternativeId
)
Function GetQuoteAlternative (
i_QuoteAlternativeId As Integer
) As IQuoteAlternative
Dim instance As IDatabase
Dim i_QuoteAlternativeId As Integer
Dim returnValue As IQuoteAlternative
returnValue = instance.GetQuoteAlternative(i_QuoteAlternativeId)
IQuoteAlternative^ GetQuoteAlternative(
[InAttribute] int i_QuoteAlternativeId
)
Parameters
- i_QuoteAlternativeId
- Type: SystemInt32
Return Value
Type:
IQuoteAlternative
See Also