Lesson.StudentsAttempted Property

CSAL Mongo

Lesson StudentsAttempted Property CSAL Mongo Access Library
List of students (by ID) that have attempted this lesson. Size should always be less than or equal to size of Students

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

Syntax

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

Property Value

Type: OnlineList OnlineString 
See Also