CampaignItemId Property

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

Gets or sets the unique identifier of the discount represented by this row.

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

Syntax

'Declaration
Public Property CampaignItemId As Integer
'Usage
Dim instance As DiscountPrioritySet..::.DiscountPriority
Dim value As Integer

value = instance.CampaignItemId

instance.CampaignItemId = value
public int CampaignItemId { get; set; }
public:
property int CampaignItemId {
    int get ();
    void set (int value);
}
public function get CampaignItemId () : int
public function set CampaignItemId (value : int)

Property Value

Type: System..::.Int32
The ID of the discount represented by this row.

Remarks

This property represents the "CampaignItemId" column of the "DiscountPriority" table.

Permissions

See Also

Reference

DiscountPrioritySet..::.DiscountPriority Class

DiscountPrioritySet..::.DiscountPriority Members

Microsoft.CommerceServer.Marketing Namespace