📚 SAP Business One SDK Help

GetProject Method
See Also 
pIProjectParams
Specifies the identification properties (Code and Name) of the instance you want to get.

Description

Returns an instance of the Project data structure.

Syntax

Visual Basic
Public Function GetProject( _
   ByVal pIProjectParams As ProjectParams _
) As Project

Parameters

pIProjectParams
Specifies the identification properties (Code and Name) of the instance you want to get.

Example

See Also