AvailableQuantityArgsAnyProductVariant Property |
Gets or sets a value indicating whether the available quantity is calculated regardless of the product variant.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AnyProductVariant { get; set; }
Public Property AnyProductVariant As Boolean
Get
Set
public:
property bool AnyProductVariant {
bool get ();
void set (bool value);
}
member AnyProductVariant : bool with get, set
Property Value
Type:
Booleantrue if available quantity is calculated for all product variants of the specified product; otherwise,
false.
See Also