Table of Contents

Class MetadataValue

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

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

Metadata

Value

The value of the Metadata for the associated Product

public string Value { get; set; }

Property Value

string