IInventoryItem Members

Represents an Inventory item

The following tables list the members exposed by the IInventoryItem type.

Public Properties

  Name Description
public property Id Unique identifier of the inventory item.
public property IsSummedAcrossComputers Flag indicating if this item is being used in a summary. Some properties will be null if this is true.
public property Name Name of the inventory item. For hardware inventory items, this represents the display name of the hardware item (something like disk, computer, videocard). For software inventory items, this represents the name of the software item.
public property NumberOfInstances The number of instances of this application in the system. This is always == 1 if got from a single computer.
public property Properties The list of properties and values defined on the inventory item.

Top

See Also

Reference

IInventoryItem Interface
Microsoft.UpdateServices.Administration Namespace