 | 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)
Syntaxpublic ParentStudent[] Students { get; set; }
Public Property Students As ParentStudent()
Get
Set
public:
property array<ParentStudent^>^ Students {
array<ParentStudent^>^ get ();
void set (array<ParentStudent^>^ value);
}
function get Students () : ParentStudent[]
function set Students (value : ParentStudent[])
function get_Students();
function set_Students(value);
Property Value
Type:
ParentStudentThe students (children) for this person.
See Also