Contains the properties of a project broadcast. | |
Description: | The CimProjectInfo is an object that
represents information about a networked CIMPLICITY project. 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: | ComputerName , Description , ID , IPAddress , ObjectName , ProjectType , XML |
Methods: |