Lesson URLs Property | CSAL Mongo Access Library |
List of URL's seen for this lesson's ID. Because the lesson ID is
sent as a URL and then extracted, there should be at least one URL
in this list if at least one Turn has been posted for the lesson.
Namespace: CSALMongo.ModelAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<string> URLs { get; set; }
public List<string> URLs { get; set; }
Public Property URLs As List(Of String) Get Set
Public Property URLs As List(Of String) Get Set
public: property List<String^>^ URLs { List<String^>^ get (); void set (List<String^>^ value); }
public: property List<String^>^ URLs { List<String^>^ get (); void set (List<String^>^ value); }
Property Value
Type: List StringSee Also