Lesson StudentsCompleted Property | CSAL Mongo Access Library |
List of students (by ID) that have completed this lesson. Size
should always be less than or equal to size of Students and StudentsAttempted
Namespace: CSALMongo.ModelAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<string> StudentsCompleted { get; set; }
public List<string> StudentsCompleted { get; set; }
Public Property StudentsCompleted As List(Of String) Get Set
Public Property StudentsCompleted As List(Of String) Get Set
public: property List<String^>^ StudentsCompleted { List<String^>^ get (); void set (List<String^>^ value); }
public: property List<String^>^ StudentsCompleted { List<String^>^ get (); void set (List<String^>^ value); }
Property Value
Type: List StringSee Also