London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PropertyMarketCollection

A property that can handle a list of markets represented by their ID strings

Inheritance
System.Object
PropertyCollectionBase<System.String>
PropertyMarketCollection
Implements
System.Collections.Generic.IEnumerable<System.String>
System.Collections.IEnumerable
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
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