PromoCodeDefinition Class

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

Contains the definition of a promotion code or set of promotion codes.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class PromoCodeDefinition _
    Inherits MarketingServices
'Usage
Dim instance As PromoCodeDefinition
[ComVisibleAttribute(false)]
public sealed class PromoCodeDefinition : MarketingServices
[ComVisibleAttribute(false)]
public ref class PromoCodeDefinition sealed : public MarketingServices
public final class PromoCodeDefinition extends MarketingServices

Remarks

Promotion codes are used for discounts.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Marketing..::.MarketingServices
    Microsoft.CommerceServer.Marketing..::.PromoCodeDefinition

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

PromoCodeDefinition Members

Microsoft.CommerceServer.Marketing Namespace