Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
Commerce Server
Development
Discount Class
 MultilingualBasketDisplay Property
.NET Framework Class Library
Discount..::.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)

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.

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.

© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker