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
- index
Type: System..::.Int32
Index of the ExpressionRef to retrieve.
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
- 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.