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.
Contains a collection of LanguageString objects. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public NotInheritable Class LanguageStringCollection _
Inherits KeyedCollection(Of String, LanguageString)
'Usage
Dim instance As LanguageStringCollection
public sealed class LanguageStringCollection : KeyedCollection<string, LanguageString>
public ref class LanguageStringCollection sealed : public KeyedCollection<String^, LanguageString^>
public final class LanguageStringCollection extends KeyedCollection<String, LanguageString>
Remarks
Describes a collection of LanguageString objects
Returns a collection of LanguageString objects in the system. Key to this collection is the CultureCode property, which is unique. The LanguageString objects associate a language and a display string.
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(LanguageString>)>)
System.Collections.ObjectModel..::.KeyedCollection<(Of <(String, LanguageString>)>)
Microsoft.CommerceServer.Marketing..::.LanguageStringCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.