Class MetadataValue
Represents the metadata value for a product
Constructors
MetadataValue()
Declaration
public MetadataValue()
Properties
Key
The Metadata navigation property
Declaration
public Metadata Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Metadata |
Value
The value of the Metadata for the associated Product
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |