Collapse AllExpand All        Code: All Code: Multiple Code: Visual Basic Code: C# Code: Visual C++ Code: J# Code: JScript 
MultilingualBasketDisplay Property

Gets or sets the text or HTML that is displayed to users to explain this discount.

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

Visual Basic (Declaration)
Public ReadOnly Property MultilingualBasketDisplay As LanguageStringCollection
Visual Basic (Usage)
Dim instance As Discount
Dim value As LanguageStringCollection

value = instance.MultilingualBasketDisplay
C#
public LanguageStringCollection MultilingualBasketDisplay { get; }
Visual C++
public:
property LanguageStringCollection^ MultilingualBasketDisplay {
    LanguageStringCollection^ get ();
}
JScript
public function get MultilingualBasketDisplay () : LanguageStringCollection

Property Value

Type: Microsoft.CommerceServer.Marketing..::.LanguageStringCollection
The text or HTML that is displayed to the user to explain this discount. This value cannot be greater than 1024 characters in length and the default is an empty string.
Remarks

The returned collection is a set of Basket Display strings specified in several languages. Default value is empty collection, but it must have at least 1 element when the discount is saved.

Permissions

See Also

Reference

Page view tracker