| GetSalesOpportunityCompetitorSetup Method | |
| See Also |
- pISalesOpportunityCompetitorSetupParams
The key of the competitor to retrieve.
Retrieves a competitor.
The competitor is specified by its key (CompetId), which is contained in the SalesOpportunityCompetitorSetupParams object passed to the method.
| Visual Basic |
|---|
Public Function GetSalesOpportunityCompetitorSetup( _
ByVal pISalesOpportunityCompetitorSetupParams As SalesOpportunityCompetitorSetupParams _
) As SalesOpportunityCompetitorSetup |
- pISalesOpportunityCompetitorSetupParams
The key of the competitor to retrieve.
The competitor with the specified key.