InventoryItemProperty.Value Property
Applies To: Windows Server Update Services
Gets the value of the inventory item property.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public object Value { get; }
public:
property Object^ Value {
Object^ get();
}
member Value : Object with get
Public ReadOnly Property Value As Object
Property Value
Type: System.Object
The value of the inventory item property.
See Also
InventoryItemProperty Class
Microsoft.UpdateServices.Administration Namespace
Return to top