IInventoryItem.Properties Property
Applies To: Windows Server Update Services
The list of properties and values defined on the inventory item.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
ReadOnlyCollection<InventoryItemProperty> Properties { get; }
property ReadOnlyCollection<InventoryItemProperty^>^ Properties {
ReadOnlyCollection<InventoryItemProperty^>^ get();
}
abstract Properties : ReadOnlyCollection<InventoryItemProperty> with get
ReadOnly Property Properties As ReadOnlyCollection(Of InventoryItemProperty)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<InventoryItemProperty>
The list of properties and values defined on the inventory item.
See Also
IInventoryItem Interface
Microsoft.UpdateServices.Administration Namespace
Return to top