CimObjectInstance.ClassID (property)

Gets and sets the Class of the object.
Syntax: String = object.ClassID
object.ClassID = String
Description: The CimObjectInstance.ClassID is a string indicating the class of the object. Once the Class ID is set for an object it cannot be changed.

Examples

obj.ClassID = "PID"