Lesson Students Property | CSAL Mongo Access Library |
List of students (by ID) that have been assigned this lesson
Namespace: CSALMongo.ModelAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<string> Students { get; set; }
public List<string> Students { get; set; }
Public Property Students As List(Of String) Get Set
Public Property Students As List(Of String) Get Set
public: property List<String^>^ Students { List<String^>^ get (); void set (List<String^>^ value); }
public: property List<String^>^ Students { List<String^>^ get (); void set (List<String^>^ value); }
Property Value
Type: List StringSee Also