Share via


Item Property

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)

Syntax

'Declaration
Property Item ( _
    Index As Integer _
) As Object
'Usage
Dim instance As ISimpleList
Dim Index As Integer
Dim value As Object

value = instance.Item(Index)

instance.Item(Index) = value
Object Item[
    int Index
] { get; set; }
property Object^ Item[[InAttribute] int Index] {
    Object^ get ([InAttribute] int Index);
    void set ([InAttribute] int Index, Object^ value);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: System..::.Object

Permissions

See Also

Reference

ISimpleList Interface

ISimpleList Members

Microsoft.CommerceServer.Runtime Namespace