Click or drag to resize

LogisticsDocumentLineConfirmedStandardQuantityBase Property

Gets or sets the confirmed standard quantity base. Can be null. Inheritors that do not support confirmed quantity always return null.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual Quantity ConfirmedStandardQuantityBase { get; set; }

Property Value

Type: Quantity
The confirmed standard quantity base.

Implements

ILogisticsDocumentLineConfirmedStandardQuantityBase
See Also