Class.TeacherName Property

CSAL Mongo

Class TeacherName Property CSAL Mongo Access Library
Name of the teacher for this class. Note that this should be an email AND that it controls access to the class data in the DB GUI

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

Syntax

public string TeacherName { get; set; }
public string TeacherName { get; set; }
Public Property TeacherName As String 
	Get 
	Set
Public Property TeacherName As String 
	Get 
	Set
public:
property String^ TeacherName {
	String^ get ();
	void set (String^ value);
}
public:
property String^ TeacherName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: OnlineString
See Also