TRManager.Student.getStudentID C# (CSharp) Method

getStudentID() public method

public getStudentID ( ) : int
return int
        public int getStudentID()
        {
            return this.student_ID;
        }