AssetOrderLineQuantity Property |
Indicates the nature of the current operation: 1 - the operation is applied, 0 - no change, -1 - the operation is cancelled. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int Quantity { get; set; }
Public Property Quantity As Integer
Get
Set
public:
property int Quantity {
int get ();
void set (int value);
}
member Quantity : int with get, set
Property Value
Type:
Int32
See Also