Specifies whether the use of lots for this product in store documents is required or is unallowed or is allowed while not required. [Required] [Default("A")]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductsRepositoryUseLots UseLots { get; set; }
Public Property UseLots As ProductsRepositoryUseLots
Get
Set
public:
property ProductsRepositoryUseLots^ UseLots {
ProductsRepositoryUseLots^ get ();
void set (ProductsRepositoryUseLots^ value);
}
member UseLots : ProductsRepositoryUseLots with get, set
Property Value
Type:
ProductsRepositoryUseLots
See Also