Student.FirstName Property

CSAL Mongo

Student FirstName Property CSAL Mongo Access Library
Student's first name - note the GUI only displays subject ID and in some instances (the student/lesson drill down) actively hides the first name

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

Syntax

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

Property Value

Type: OnlineString
See Also