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