Class PropertyDictionaryMultiple
A property type that is used as backing type when you want a meta field that is a multiple selection dictionary.
Implements
System.Collections.Generic.IEnumerable<System.String>
    System.Collections.IEnumerable
  Inherited Members
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public class PropertyDictionaryMultiple : PropertyCollectionBase<string>, IEnumerable<string>, IEnumerable
  Constructors
PropertyDictionaryMultiple()
Declaration
public PropertyDictionaryMultiple()
  Implements
      System.Collections.Generic.IEnumerable<T>
  
  
      System.Collections.IEnumerable