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
System_CAPS_pubmethod InventoryItemProperty(String, Object)

Initializes a new instance of the InventoryItemProperty class with the given name and value.

Properties

Name Description
System_CAPS_pubproperty Name

Gets the name of the inventory item property.

System_CAPS_pubproperty Value

Gets the value of the inventory item property.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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