SiteTermElementCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Abstraction for the SiteTermElement objects collection. Represents a collection of site term elements. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Class SiteTermElementCollection _
Implements ICollection, IEnumerable
'Usage
Dim instance As SiteTermElementCollection
public class SiteTermElementCollection : ICollection,
IEnumerable
public ref class SiteTermElementCollection : ICollection,
IEnumerable
public class SiteTermElementCollection implements ICollection, IEnumerable
Remarks
Maintains a collection of SiteTermElement objects.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Profiles..::.SiteTermElementCollection
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.