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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DiscountPrioritySet..::.DiscountPriority Class