ProductVariantVariantColor Property |
The color of the variant. null means that the variant does not have a specific color. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic VariantColor VariantColor { get; set; }
Public Property VariantColor As VariantColor
Get
Set
public:
property VariantColor^ VariantColor {
VariantColor^ get ();
void set (VariantColor^ value);
}
member VariantColor : VariantColor with get, set
Property Value
Type:
VariantColor
See Also