Share via


TargetingProfileCollection.GetEnumerator Method (BCL)

Use this method to support enumeration of the items in the collection.

Definition

[Visual Basic .NET]

Overridable Public Function GetEnumerator( _) As System.Collections.IEnumerator

[C#]

public virtual System.Collections.IEnumerator GetEnumerator();

Return Value

IEnumerator for enumerating the profile names in the collection.

Implements

System.ICollections.IEnumerable

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.