Class PropertyMarketCollection
A property that can handle a list of markets represented by their ID strings
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 PropertyMarketCollection : PropertyCollectionBase<string>, IEnumerable<string>, IEnumerable
  Constructors
PropertyMarketCollection()
Declaration
public PropertyMarketCollection()
  Properties
PropertyValueType
Declaration
public override Type PropertyValueType { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Type | 
Overrides
EPiServer.Commerce.SpecializedProperties.PropertyCollectionBase<System.String>.PropertyValueType
  Implements
      System.Collections.Generic.IEnumerable<T>
  
  
      System.Collections.IEnumerable