Class VariantGroupProperty
- Namespace
- Dynamicweb.Ecommerce.Variants
- Assembly
- Dynamicweb.Ecommerce.dll
A variant property in a variant group.
public class VariantGroupProperty
- Inheritance
-
VariantGroupProperty
- Inherited Members
Constructors
VariantGroupProperty()
Initializes a new instance of the VariantGroupProperty class.
public VariantGroupProperty()
Properties
GroupId
Gets or sets the group id.
public string GroupId { get; set; }
Property Value
Id
Gets or sets the id.
public string Id { get; set; }
Property Value
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
SystemName
Gets or sets the system name.
public string SystemName { get; set; }