IInventoryItem.Id Property

 

Applies To: Windows Server Update Services

Unique identifier of the inventory item.

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

Syntax

int Id { get; }
property int Id {
    int get();
}
abstract Id : int with get
ReadOnly Property Id As Integer

Property Value

Type: System.Int32

The unique identifier of the inventory item.

See Also

IInventoryItem Interface
Microsoft.UpdateServices.Administration Namespace

Return to top