PropertyValueWithDetailDTO Properties
An object defining properties for the PropertyValueWithDetailDTO class.
DefaultValue
A string representing the default value of the property.
Type: string
MultiLanguages
A dictionary that stores multi-language translations for the property, with language codes as keys and translations as values.
Type: Dictionary<string, string>
Name
A string representing the name of the property.
Type: string
Value
A string containing the value of the property.
Type: string
Text
A string representing the display text associated with the property.
Type: string
IsMLSupport
A boolean indicating whether the property supports multi-language.
Type: bool