InventoryItemProperty Class
Applies To: Windows Server Update Services
Represents a property of an inventory item.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.InventoryItemProperty
Syntax
[SerializableAttribute]
public class InventoryItemProperty
[SerializableAttribute]
public ref class InventoryItemProperty
[<SerializableAttribute>]
type InventoryItemProperty = class end
<SerializableAttribute>
Public Class InventoryItemProperty
Constructors
Name | Description | |
---|---|---|
InventoryItemProperty(String, Object) | Initializes a new instance of the InventoryItemProperty class with the given name and value. |
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the inventory item property. |
|
Value | Gets the value of the inventory item property. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top