CapacityAvailableQuantity Property |
Quantity of the resource, available to production. [Unit: WorkgroupResource.Resource.PrimaryUnit] [Required]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity AvailableQuantity { get; set; }
Public Property AvailableQuantity As Quantity
Get
Set
public:
property Quantity^ AvailableQuantity {
Quantity^ get ();
void set (Quantity^ value);
}
member AvailableQuantity : Quantity with get, set
Property Value
Type:
Quantity
See Also