  | FacultyInfoEducation Property  | 
 
            Gets or sets the faculty education.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic List<FacultyEducation> Education { get; set; }Public Property Education As List(Of FacultyEducation)
	Get
	Set
public:
property List<FacultyEducation^>^ Education {
	List<FacultyEducation^>^ get ();
	void set (List<FacultyEducation^>^ value);
}function get Education () : List<FacultyEducation>
function set Education (value : List<FacultyEducation>)
function get_Education();
function set_Education(value);
Property Value
Type: 
ListFacultyEducationThe faculty education.
See Also