CampaignStartDate Property |
Starting date of the campaign. [Required] [Default(Today)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime StartDate { get; set; }
Public Property StartDate As DateTime
Get
Set
public:
property DateTime^ StartDate {
DateTime^ get ();
void set (DateTime^ value);
}
member StartDate : DateTime with get, set
Property Value
Type:
DateTime
See Also