Gets and sets the description of the class. | |
Syntax: | String =
object.Description object.Description = String |
Description: | The CimClassInstance.Description is a
string containing the description to use for the class. Examples Dim class As CimClassInstance class.Description = "class for tanks" |