Jaa


Item Property

Gets the ExpressionRef at the specified index.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As ExpressionRef
'Usage
Dim instance As ExpressionRefCollection
Dim index As Integer
Dim value As ExpressionRef

value = instance.Item(index)
public ExpressionRef Item[
    int index
] { get; }
public:
property ExpressionRef^ Item[int index] {
    ExpressionRef^ get (int index);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.CommerceServer.Marketing..::.ExpressionRef
The ExpressionRef object at the specified index.

Exceptions

Exception Condition
IndexOutOfRangeException

No ExpressionRef object exists at the specified index.

Remarks

Returns the ExpressionRef object in the ExpressionRefCollection collection at the specified index.

Permissions

See Also

Reference

ExpressionRefCollection Class

ExpressionRefCollection Members

Microsoft.CommerceServer.Marketing Namespace