StudentLessonActs.Completions Property

CSAL Mongo

StudentLessonActs Completions Property CSAL Mongo Access Library
Number of lesson completions

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

Syntax

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

Property Value

Type: OnlineInt32
See Also