ExpressionRefCollection Class

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

Represents a collection of Expression references.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class ExpressionRefCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As ExpressionRefCollection
[ComVisibleAttribute(false)]
public class ExpressionRefCollection : ICollection, 
    IEnumerable
[ComVisibleAttribute(false)]
public ref class ExpressionRefCollection : ICollection, 
    IEnumerable
public class ExpressionRefCollection implements ICollection, IEnumerable

Remarks

The collection contains ExpressionRef objects which associates Expression objects with CampaignItem objects.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Marketing..::.ExpressionRefCollection

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

ExpressionRefCollection Members

Microsoft.CommerceServer.Marketing Namespace