CimClassInstance.DefaultGraphic (property)

Gets and sets the default graphic defined in the graphics file.
Syntax: String = object.DefaultGraphic
object.DefaultGraphic = String
Description: The CimClassInstance.Description is a string containing the default graphic used in the graphic file.

Examples

Dim class As CimClassInstance
class.DefaultGraphic = "MyWiget"