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