Class MetadataValue
Represents the metadata value for a product
public class MetadataValue
- Inheritance
-
MetadataValue
- Inherited Members
Constructors
MetadataValue()
public MetadataValue()
Properties
Key
The Metadata navigation property
public Metadata Key { get; set; }
Property Value
Value
The value of the Metadata for the associated Product
public string Value { get; set; }