CimClassAttribute.Prompt (property)

Gets and sets the prompt
Syntax: String = object.Prompt
object.Prompt = String
Description: The CimClassAttribute.Prompt is a string containing the value displayed when the user is prompted for this attribute.

Examples

Dim class As CimClassInstance
Set attrib = class.Attributes.Item("EXISTING_ATTRIBUTE")
attrib.Prompt = "Some Attribute"