CimClassAttribute (object)

Contains the properties of an class attribute.
Description: The CimServClassAttribute is an object that represents an attribute of an object.

Example

Dim class as CimClassInstance
[...]
Set attributeList = class.Attributes
Set newBoolAttribute = attributeList.Add("BOOL_ATTRIBUTE")
newBoolAttribute.Type = cimAttributeBoolean
newBoolAttribute.InstantiationType = cimInstantionOptional
newBoolAttribute.Prompt = "Prompt"
newBoolAttribute.HelpString = "Help"
newBoolAttribute.Order = 1
newBoolAttribute.PropertyPage = "page 1"
Properties: BrowserType , HelpString , ID , InstantiationType , Order , Prompt , PropertyPage , Reference , Type , Value
Methods: