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