Class.Lessons Property

CSAL Mongo

Class Lessons Property CSAL Mongo Access Library
List of lessons in this class

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

Syntax

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

Property Value

Type: OnlineList OnlineString 
See Also