  | CourseRequestStudentID Property  | 
 
            Gets or sets the Student ID.
            
 
    Namespace: 
   SeniorSystemsWS.Entity.Academic
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string StudentID { get; set; }Public Property StudentID As String
	Get
	Set
public:
property String^ StudentID {
	String^ get ();
	void set (String^ value);
}function get StudentID () : String
function set StudentID (value : String)
function get_StudentID();
function set_StudentID(value);
Property Value
Type: 
StringThe Student ID.
Remarks
            The student must be in the school division set in schoolID in the next academic year.
            
See Also