InventoryItemProperty Constructor
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)
Usage
Dim name As String
Dim value As Object
Dim instance As New InventoryItemProperty(name, value)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As Object _
)
public InventoryItemProperty (
string name,
Object value
)
public:
InventoryItemProperty (
String^ name,
Object^ value
)
public InventoryItemProperty (
String name,
Object value
)
public function InventoryItemProperty (
name : String,
value : Object
)
Parameters
- name
The name of the inventory item property.
- value
The value of the inventory item property.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also
Reference
InventoryItemProperty Class
InventoryItemProperty Members
Microsoft.UpdateServices.Administration Namespace