ResourceAvailabilityAvailableResources Property |
The quantity of the resource, available for the specified period. For non-discrete resources, this number can contain fractions. When several availability periods for a resource overlap, the total availability is the sum of all. [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.General.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal AvailableResources { get; set; }
Public Property AvailableResources As Decimal
Get
Set
public:
property Decimal^ AvailableResources {
Decimal^ get ();
void set (Decimal^ value);
}
member AvailableResources : decimal with get, set
Property Value
Type:
Decimal
See Also