Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
DiscountApplicationRecordBase Class