TransferOrderSupportsDocumentCurrency Property |
Gets a value indicating whether the document supports document currency.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override bool SupportsDocumentCurrency { get; }
Public Overrides ReadOnly Property SupportsDocumentCurrency As Boolean
Get
public:
virtual property bool SupportsDocumentCurrency {
bool get () override;
}
abstract SupportsDocumentCurrency : bool with get
override SupportsDocumentCurrency : bool with get
Property Value
Type:
BooleanImplements
ILogisticsDocumentSupportsDocumentCurrency
See Also