ForecastItemCountry Property |
The country for which the forecast is made. When null, the forecast is country neutral. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Country Country { get; set; }
Public Property Country As Country
Get
Set
public:
property Country^ Country {
Country^ get ();
void set (Country^ value);
}
member Country : Country with get, set
Property Value
Type:
Country
See Also