DistributionResultCostType Property |
The cost type for which the current distribution is calculated. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CostType CostType { get; set; }
Public Property CostType As CostType
Get
Set
public:
property CostType^ CostType {
CostType^ get ();
void set (CostType^ value);
}
member CostType : CostType with get, set
Property Value
Type:
CostType
See Also