IActivityLinksAddProject Method |
Add a project to the list
Never implemented
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddProject(
SOProject pVal
)
Sub AddProject (
pVal As SOProject
)
Dim instance As IActivityLinks
Dim pVal As SOProject
instance.AddProject(pVal)
void AddProject(
[InAttribute] SOProject^ pVal
)
Parameters
- pVal
- Type: SuperOffice.COM.SuperOfficeDBSOProject
See Also