StudentLessonActs.Attempts Property

CSAL Mongo

StudentLessonActs Attempts Property CSAL Mongo Access Library
Number of attempts (lesson starts)

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

Syntax

public int Attempts { get; set; }
public int Attempts { get; set; }
Public Property Attempts As Integer 
	Get 
	Set
Public Property Attempts As Integer 
	Get 
	Set
public:
property int Attempts {
	int get ();
	void set (int value);
}
public:
property int Attempts {
	int get ();
	void set (int value);
}

Property Value

Type: OnlineInt32
See Also