Click or drag to resize

IProjects Interface

Collection of Project items

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface IProjects : IEnumerable

The IProjects type exposes the following members.

Properties
  NameDescription
Public propertyEOF
Return true when the end of the list is reached
Top
Methods
  NameDescription
Public methodGetEnumerator
Public methodGetFirst
Return the first project, or NULL if the list is empty.
Public methodGetNext
Return the next project, or NULL if the end has been reached.
Top
See Also