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
- Index
Type: System..::.Int32
Property Value
Type: System..::.Object
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.