IncidentType..::..CreatedDateTime Property

Namespace:  JiwaFinancials.Jiwa.JiwaIncidents.Configuration
Assembly:  JiwaIncidents (in JiwaIncidents.dll)

Syntax


public virtual DateTime CreatedDateTime { get; set; }
Public Overridable Property CreatedDateTime As DateTime
	Get
	Set
public:
virtual property DateTime^ CreatedDateTime {
	DateTime^ get ();
	void set (DateTime^ value);
}