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