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