Click or drag to resize

ParentStudents Property

Gets or sets the students (children) for this person.

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

Property Value

Type: ParentStudent
The students (children) for this person.
See Also