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