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