| GetSalesOpportunityInterestSetup Method | |
| See Also |
- pISalesOpportunityInterestSetupParams
The key of the interest to retrieve.
Retrieves an interest.
The interest is specified by its key (Num), which is contained in the SalesOpportunityInterestSetupParams object passed to the method.
| Visual Basic |
|---|
Public Function GetSalesOpportunityInterestSetup( _
ByVal pISalesOpportunityInterestSetupParams As SalesOpportunityInterestSetupParams _
) As SalesOpportunityInterestSetup |
- pISalesOpportunityInterestSetupParams
The key of the interest to retrieve.
The interest with the specified key.