KeyNameListingPropertyDictionary Class

Captures the listings properties keyed by their unique property names.

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

Syntax

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

Inheritance Hierarchy

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

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