Class Description
Represents a full text description of the product in a language
public sealed class Description
- Inheritance
-
Description
- Inherited Members
Constructors
Description()
public Description()
Properties
LanguageCode
The ISO 639-2 three letter language code
public string LanguageCode { get; set; }
Property Value
Value
The description value
public string Value { get; set; }