Share via


Item Property

Gets or sets the value of a property on the InventoryCatalog object.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property Item ( _
    propertyName As String _
) As Object
'Usage
Dim instance As InventoryCatalog
Dim propertyName As String
Dim value As Object

value = instance.Item(propertyName)

instance.Item(propertyName) = value
public Object Item[
    string propertyName
] { get; set; }
public:
property Object^ Item[String^ propertyName] {
    Object^ get (String^ propertyName);
    void set (String^ propertyName, Object^ value);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: System..::.Object
The value of the custom property.

Remarks

An Indexer which gets or sets the value of a property on the InventoryCatalog object. Allows access to the specified configurable property.

Permissions

See Also

Reference

InventoryCatalog Class

InventoryCatalog Members

Microsoft.CommerceServer.Inventory Namespace