Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IExtendedProperties

Allows for reading and writing custom meta fields.

Namespace: EPiServer.Commerce.Storage
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public interface IExtendedProperties

Properties

Properties

Gets the property bag for dealing with custom meta fields.

Declaration
Hashtable Properties { get; }
Property Value
Type Description
System.Collections.Hashtable

Extension Methods