Lesson.AttemptTimes Property

CSAL Mongo

Lesson AttemptTimes Property CSAL Mongo Access Library
Each time a student attempts this lesson, the date/time is appended to this list

Namespace: CSALMongo.Model
Assembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Property Value

Type: OnlineList OnlineDateTime 
See Also