CreateDate Property

SimpleEssentials

CustomCampaign..::..CreateDate Property

Namespace:  SimpleEssentials.Console.Models
Assembly:  SimpleEssentials.Console (in SimpleEssentials.Console.exe)

Syntax


public Nullable<DateTime> CreateDate { get; set; }
Public Property CreateDate As Nullable(Of DateTime)
	Get
	Set
public:
property Nullable<DateTime^> CreateDate {
	Nullable<DateTime^> get ();
	void set (Nullable<DateTime^> value);
}