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
- name
Type: System..::.String
The name of the ProfilePropertyGroup to retrieve.
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
- 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.
See Also
Reference
ProfilePropertyGroupCollection Class