Item Property

Gets a Profile from the current collection, based upon the specified index.

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

Syntax

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

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

Parameters

Property Value

Type: Microsoft.CommerceServer.Runtime.Profiles..::.Profile
The Profile from the collection based on the index.

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is outside the range of the Profile objects.

Remarks

Retrieves a Profile from the current collection with the specified index.

Permissions

See Also

Reference

ProfileCollection Class

ProfileCollection Members

Microsoft.CommerceServer.Runtime.Profiles Namespace