 | FacultySectionFacultyHierarcy Property |
Gets or sets the faculty hierarcy.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic int FacultyHierarcy { get; set; }
Public Property FacultyHierarcy As Integer
Get
Set
public:
property int FacultyHierarcy {
int get ();
void set (int value);
}
function get FacultyHierarcy () : int
function set FacultyHierarcy (value : int)
function get_FacultyHierarcy();
function set_FacultyHierarcy(value);
Property Value
Type:
Int32The faculty hierarcy.
Remarks
Contains the ordinal number for the faculty teaching this course. An ordinal value of 1 is
the primary teacher. Other ordinal numbers have no effect on the system, but may mean something to the school.
See Also