Collection of Project items
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic interface IProjects : IEnumerable
Public Interface IProjects
Inherits IEnumerable
Dim instance As IProjects
public interface class IProjects : IEnumerable
The IProjects type exposes the following members.
Properties
| Name | Description |
---|
 | EOF | Return true when the end of the list is reached |
Top
Methods
| Name | Description |
---|
 | GetEnumerator | |
 | GetFirst | Return the first project, or NULL if the list is empty. |
 | GetNext | Return the next project, or NULL if the end has been reached. |
Top
See Also