Sdílet prostřednictvím


TargetingProfileCollection Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Represents a set of named Profile objects to be targeted. This class cannot be inherited.

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

Syntax

'Declaration
Public NotInheritable Class TargetingProfileCollection _
    Implements ICollection, IEnumerable, IDisposable
'Usage
Dim instance As TargetingProfileCollection
public sealed class TargetingProfileCollection : ICollection, 
    IEnumerable, IDisposable
public ref class TargetingProfileCollection sealed : ICollection, 
    IEnumerable, IDisposable
public final class TargetingProfileCollection implements ICollection, IEnumerable, IDisposable

Remarks

Manages a set of named Profile objects to be targeted. Stores the set of named Profile objects to be targeted.

Aa163227.alert_caution(en-US,CS.70).gifImportant Note:

Calling the Dispose() method of this class, will release each object in the collection.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime.Targeting..::.TargetingProfileCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TargetingProfileCollection Members

Microsoft.CommerceServer.Runtime.Targeting Namespace