IDatabaseGetProject Method |
Get an existing project from the database. Returns an error if the project is hidden.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIProject GetProject(
int ProjectId
)
Function GetProject (
ProjectId As Integer
) As IProject
Dim instance As IDatabase
Dim ProjectId As Integer
Dim returnValue As IProject
returnValue = instance.GetProject(ProjectId)
IProject^ GetProject(
[InAttribute] int ProjectId
)
Parameters
- ProjectId
- Type: SystemInt32
Return Value
Type:
IProject
See Also