DiscountId Property

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

Gets and sets the marketing system campaign item identifier.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Property DiscountId As Integer
'Usage
Dim instance As DiscountApplicationRecordBase
Dim value As Integer

value = instance.DiscountId

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

Property Value

Type: System..::.Int32
The marketing system campaign item ID.

Remarks

Stores the marketing system campaign item identifier.

Permissions

See Also

Reference

DiscountApplicationRecordBase Class

DiscountApplicationRecordBase Members

Microsoft.CommerceServer.Runtime.Orders Namespace