| GetSalesOpportunitySourceSetup Method | |
| See Also |
- pISalesOpportunitySourceSetupParams
The key of the source to retrieve.
Retrieves a source.
The source is specified by its key (Num), which is contained in the SalesOpportunitySourceSetupParams object passed to the method.
| Visual Basic |
|---|
Public Function GetSalesOpportunitySourceSetup( _
ByVal pISalesOpportunitySourceSetupParams As SalesOpportunitySourceSetupParams _
) As SalesOpportunitySourceSetup |
- pISalesOpportunitySourceSetupParams
The key of the source to retrieve.
The source with the specified key.