Share via


IInventoryItem.Name Property

 

Applies To: Windows Server Update Services

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.

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

Syntax

string Name { get; }
property String^ Name {
    String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String

Property Value

Type: System.String

The name of the inventory item.

See Also

IInventoryItem Interface
Microsoft.UpdateServices.Administration Namespace

Return to top