IActivityLinksAddSale Method |
Add a sale to the list
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddSale(
ISale pVafl
)
Sub AddSale (
pVafl As ISale
)
Dim instance As IActivityLinks
Dim pVafl As ISale
instance.AddSale(pVafl)
void AddSale(
[InAttribute] ISale^ pVafl
)
Parameters
- pVafl
- Type: SuperOffice.COM.ApplicationISale
See Also