CimClassAttribute.Value (property)

Gets and sets the value of the attribute
Syntax: String = object.Value
object.Value = String
Description: The CimClassAttribute.Value is a string containing the default value of this attribute.

Examples

Dim class As CimClassInstance
Set attrib = class.Attributes.Add("NEW_ATTRIBUTE")
class.Value = "new value"