LogisticsDocumentLineSupportsConfirmedQuantity Property |
Gets a value indicating whether the line supports confirmed quantity.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic virtual bool SupportsConfirmedQuantity { get; }
Public Overridable ReadOnly Property SupportsConfirmedQuantity As Boolean
Get
public:
virtual property bool SupportsConfirmedQuantity {
bool get ();
}
abstract SupportsConfirmedQuantity : bool with get
override SupportsConfirmedQuantity : bool with get
Property Value
Type:
BooleanImplements
ILogisticsDocumentLineSupportsConfirmedQuantity
See Also