Contains a list of all projects on the network. | |
Description: | The CimProjectList object is an enumeration
of the CIMPLICITY projects broadcasting on the network. or
system. Examples Dim projs As CimProjectList Set projs = CreateObject("CimProjectList") Dim proj As CimProjectInfo For each proj in projs MsgBox "Computer=" & Proj.ComputerName
& " Project=" & proj.ID Next proj |
Properties: | Count , Item |
Methods: |