MultilingualBasketDisplay Property

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

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

'Declaration
Public ReadOnly Property MultilingualBasketDisplay As LanguageStringCollection
'Usage
Dim instance As Discount
Dim value As LanguageStringCollection

value = instance.MultilingualBasketDisplay
public LanguageStringCollection MultilingualBasketDisplay { get; }
public:
property LanguageStringCollection^ MultilingualBasketDisplay {
    LanguageStringCollection^ get ();
}
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

Discount Class

Discount Members

Microsoft.CommerceServer.Marketing Namespace