DealRevenueStartDate Property |
Expected date on which revenue from this deal will start. [Required] [Default(Today)] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime RevenueStartDate { get; set; }
Public Property RevenueStartDate As DateTime
Get
Set
public:
property DateTime^ RevenueStartDate {
DateTime^ get ();
void set (DateTime^ value);
}
member RevenueStartDate : DateTime with get, set
Property Value
Type:
DateTime
See Also