StoreNumberOfDimensions Property |
Number of dimensions in the coordinate system of the storage bins. 0 means single-bin store. Currently, this is only stored for information and is not used for automatical generation of store bins, as it was intended. [Required] [Default(0)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int NumberOfDimensions { get; set; }
Public Property NumberOfDimensions As Integer
Get
Set
public:
property int NumberOfDimensions {
int get ();
void set (int value);
}
member NumberOfDimensions : int with get, set
Property Value
Type:
Int32
See Also