Class.Location Property

CSAL Mongo

Class Location Property CSAL Mongo Access Library
Location of the class. Note that this can be used to get a list of student names across classes

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

Syntax

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

Property Value

Type: OnlineString
See Also