Class Description
Represents a full text description of the product in a language
Constructors
Description()
Declaration
public Description()
Properties
LanguageCode
The ISO 639-2 three letter language code
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
The description value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |