CimClassAttribute.Order (property)

Gets and sets the order of the attribute
Syntax: int = object.Order
object.Order = int
Description: The CimClassAttribute.Order controls the order in which this attribute will appear in relation to other attributes.

Examples

Dim class As CimClassInstance
Set attrib = class.Attributes.Item("EXISTING_ATTRIBUTE")
attrib.Order = 50