Gets attribute ID | |
Syntax: | String = object.ID |
Description: | The CimClassAttribute.ID is a readonly
string containing the id of this attribute. Examples Dim class As CimClassInstance Set attrib =
class.Attributes.Item("EXISTING_ATTRIBUTE") MsgBox attrib.ID |