 | 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)
Syntaxpublic PersonStudent StudentInfo { get; set; }
Public Property StudentInfo As PersonStudent
Get
Set
public:
property PersonStudent^ StudentInfo {
PersonStudent^ get ();
void set (PersonStudent^ value);
}
function get StudentInfo () : PersonStudent
function set StudentInfo (value : PersonStudent)
function get_StudentInfo();
function set_StudentInfo(value);
Property Value
Type:
PersonStudentThe additional student information.
See Also