ILogisticsDocumentLineProduct Property |
Gets or sets the product.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxProduct Product { get; set; }
Property Product As Product
Get
Set
property Product^ Product {
Product^ get ();
void set (Product^ value);
}
abstract Product : Product with get, set
Property Value
Type:
Product
The product.
See Also