Click or drag to resize

Person2StudentInfo Property

Gets additional student information when IsStudent is true and the IncludeStudents export parameter is true.

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public PersonStudent StudentInfo { get; set; }

Property Value

Type: PersonStudent
The additional student information.
See Also