CampaignForecastedCost Property |
Forecasted total cost of the campaign. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal ForecastedCost { get; set; }
Public Property ForecastedCost As Decimal
Get
Set
public:
property Decimal^ ForecastedCost {
Decimal^ get ();
void set (Decimal^ value);
}
member ForecastedCost : decimal with get, set
Property Value
Type:
Decimal
See Also