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 | |
---|---|---|
Id | Unique identifier of the inventory item. |
|
IsSummedAcrossComputers | Flag indicating if this item is being used in a summary. Some properties will be null if this is true. |
|
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. |
|
NumberOfInstances | The number of instances of this application in the system. This is always == 1 if got from a single computer. |
|
Properties | The list of properties and values defined on the inventory item. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top