Return the first project, or NULL if the list is empty.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxFunction GetFirst As IProject
Dim instance As IProjects
Dim returnValue As IProject
returnValue = instance.GetFirst()
Return Value
Type:
IProject
See Also