Dijeli putem


Item Property (Int32)

Gets a ProfilePropertyGroup 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 ProfilePropertyGroup
'Usage
Dim instance As ProfilePropertyGroupCollection
Dim index As Integer
Dim value As ProfilePropertyGroup

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

Parameters

Property Value

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

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is outside the range of the ProfilePropertyGroup objects.

Remarks

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

Permissions

See Also

Reference

ProfilePropertyGroupCollection Class

ProfilePropertyGroupCollection Members

Item Overload

Microsoft.CommerceServer.Runtime.Profiles Namespace