  | PersonConstituentEducation Property  | 
 
            Gets or sets the constituent education.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic List<ConstituentEducation> ConstituentEducation { get; set; }Public Property ConstituentEducation As List(Of ConstituentEducation)
	Get
	Set
public:
property List<ConstituentEducation^>^ ConstituentEducation {
	List<ConstituentEducation^>^ get ();
	void set (List<ConstituentEducation^>^ value);
}function get ConstituentEducation () : List<ConstituentEducation>
function set ConstituentEducation (value : List<ConstituentEducation>)
function get_ConstituentEducation();
function set_ConstituentEducation(value);
Property Value
Type: 
ListConstituentEducationThe constituent education.
See Also