BasketDisplayMessage Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the text describing the discount applied to the customer’s order.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Property BasketDisplayMessage As String
'Usage
Dim instance As DiscountApplicationRecordBase
Dim value As String
value = instance.BasketDisplayMessage
instance.BasketDisplayMessage = value
public string BasketDisplayMessage { get; set; }
public:
property String^ BasketDisplayMessage {
String^ get ();
void set (String^ value);
}
public function get BasketDisplayMessage () : String
public function set BasketDisplayMessage (value : String)
Property Value
Type: System..::.String
The text describing the discount applied to the customer’s order.
Remarks
Typically, BasketDisplayMessage is specified by a business manager when the discount is created in the campaign manager UI application.
The string value provided is trimmed of leading and trailing white space characters prior to being set.
By default, this field is not saved to the database with a purchase order. It is, however, saved with the basket and order template.
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