다음을 통해 공유


InventoryItemProperty Constructor (String, Object)

 

Applies To: Windows Server Update Services

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

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

Syntax

public InventoryItemProperty(
    string name,
    object value
)
public:
InventoryItemProperty(
    String^ name,
    Object^ value
)
new : 
        name:string *
        value:Object -> InventoryItemProperty
Public Sub New (
    name As String,
    value As Object
)

Parameters

  • name
    Type: System.String

    The name of the inventory item property.

  • value
    Type: System.Object

    The value of the inventory item property.

See Also

InventoryItemProperty Class
Microsoft.UpdateServices.Administration Namespace

Return to top