CimSystem.GlobalParms (read-only property)

Gets the list of system global parameters.
Syntax: Set CimGlobalParmList = object.GlobalParms
Description: The CimProject.GlobalParms property is read-only and returns a collection object that is used to add and modify system global parameters.

Example

Dim pSystem As CimSystem
Set pSystem = CreateObject("CimSystem")
Dim parms as CimGlobalParmList
set parms = pSystem.GlobalParms