Item Property (String)

Gets a ProfilePropertyGroup from the current collection, based upon the specified name.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    name As String _
) As ProfilePropertyGroup
'Usage
Dim instance As ProfilePropertyGroupCollection
Dim name As String
Dim value As ProfilePropertyGroup

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

Parameters

Property Value

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

Remarks

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

Permissions

See Also

Reference

ProfilePropertyGroupCollection Class

ProfilePropertyGroupCollection Members

Item Overload

Microsoft.CommerceServer.Runtime.Profiles Namespace