SiteTermElementCollection.GetEnumerator Method (BCL)

Retrieves the enumerator on this collection.

Definition

[Visual Basic .NET]

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

[C#]

public virtual System.Collections.IEnumerator GetEnumerator();

Implements

System.Collections.ICollection

Return Value

Handle to an IEnumerator interface implementation for this collection.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Build a Login Page

Code to Use the SiteTerm Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.