LanguageListingPropertiesDictionary Class

Captures the listings properties keyed by their languages.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class LanguageListingPropertiesDictionary _
    Inherits Dictionary(Of String, KeyNameListingPropertyDictionary)
'Usage
Dim instance As LanguageListingPropertiesDictionary
[SerializableAttribute]
public sealed class LanguageListingPropertiesDictionary : Dictionary<string, KeyNameListingPropertyDictionary>
[SerializableAttribute]
public ref class LanguageListingPropertiesDictionary sealed : public Dictionary<String^, KeyNameListingPropertyDictionary^>

Inheritance Hierarchy

System.Object
  System.Collections.Generic.Dictionary<String, KeyNameListingPropertyDictionary>
    Microsoft.Dynamics.Commerce.Runtime.DataModel.LanguageListingPropertiesDictionary

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.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace