IInventoryItem Interface

 

Applies To: Windows Server Update Services

Represents an Inventory item

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public interface IInventoryItem
public interface class IInventoryItem
type IInventoryItem = interface end
Public Interface IInventoryItem

Properties

Name Description
System_CAPS_pubproperty Id

Unique identifier of the inventory item.

System_CAPS_pubproperty IsSummedAcrossComputers

Flag indicating if this item is being used in a summary. Some properties will be null if this is true.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty NumberOfInstances

The number of instances of this application in the system. This is always == 1 if got from a single computer.

System_CAPS_pubproperty Properties

The list of properties and values defined on the inventory item.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top