AllowNegQty Property
- Last UpdatedNov 06, 2025
- 1 minute read
The AllowNegQty property contains a flag that specifies whether to allow negative quantity left values.
'Declaration
<FactMES.API.Common.DBNameAttribute("allow_neg_qty")>
Public Property AllowNegQty As Boolean
'Usage
Dim instance As StorageExec
Dim value As Boolean
instance.AllowNegQty = value
value = instance.AllowNegQty
[FactMES.API.Common.DBName("allow_neg_qty")]
public bool AllowNegQty {get; set;}