CimClassInstance.ID (property)

Gets the ID of the class.
Syntax: String = object.ID
object.ID = String
Description: The CimClassInstance.ID is a string indicating the ID of the class.

Examples

Dim class As CimClassInstance
class.Id = "TANK_PID"