  | StudentAccountStudentCurrentSchool Property  | 
 
            Gets or sets the student's current school division.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string StudentCurrentSchool { get; set; }Public Property StudentCurrentSchool As String
	Get
	Set
public:
property String^ StudentCurrentSchool {
	String^ get ();
	void set (String^ value);
}function get StudentCurrentSchool () : String
function set StudentCurrentSchool (value : String)
function get_StudentCurrentSchool();
function set_StudentCurrentSchool(value);
Property Value
Type: 
StringThe student's current school division.
See Also