IActivityLinksRemoveSale Method |
Method for removing a sale from the list of links
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid RemoveSale(
ISale pVal
)
Sub RemoveSale (
pVal As ISale
)
Dim instance As IActivityLinks
Dim pVal As ISale
instance.RemoveSale(pVal)
void RemoveSale(
[InAttribute] ISale^ pVal
)
Parameters
- pVal
- Type: SuperOffice.COM.ApplicationISale
See Also