 | IStockItemEntityBaseMultiLocationMode Property |
Gets or sets the multi location mode.
List of authorized values in MultiLocationModeTypes
(Mode de saisie emplacement)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Stock
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<byte> MultiLocationMode { get; set; }
Property MultiLocationMode As Nullable(Of Byte)
Get
Set
Property Value
Type:
NullableByte
RemarksThis entity member is bound to the MultiLocationMode (Mode de saisie emplacement) column of the StockItem (Article en stock) table.
See Also