ProfilePropertyGroupCollection Class (BCL)

Creates an abstraction for a property groups collection.

This class is sealed.

System.Object
**** Microsoft.CommerceServer.Runtime.Profiles.ProfilePropertyGroupCollection

Public Instance Methods

Method Description
CopyTo(Array, Int32) Explicit ICollection.CopyTo implementation. Copies the elements of this collection into the specified array.
GetEnumerator Retrieves the enumerator on this collection.

 

Public Instance Properties

Property Description
Count Returns the count of this collection.
IsSynchronized Checks to see if this collection supports synchronization.
Item(Int32) Retrieves a ProfilePropertyGroup instance by index.
Item(String) Retrieves a ProfilePropertyGroup instance by index.
SyncRoot Retrieve the object for synchronizing operations on this collection.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Create and Set Profile Properties

Code to Retrieve and Display Profile Properties

Copyright © 2005 Microsoft Corporation.
All rights reserved.