Click or drag to resize

PersonStudentRelationships Property

Gets or sets the student relationships this person has.

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public StudentRelationship[] StudentRelationships { get; set; }

Property Value

Type: StudentRelationship
The students relationships.
See Also