CimAttributeList.Item (read-only property)

Retrieve an attribute by name.
Syntax: Set CimAttribute = object.Item ( AttributeID )
Parameters:
AttributeID As String - Attribute to find.
Description: CimAttributeList.Item returns a CimAttribute by name. Use this method to set the value of the attribute for the object.

Examples

Dim attrib As CimAttribute
set attrib = obj.Attributes.Item("DEVICE_ID")