[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <Students> element.
| C# | Visual Basic | Visual C++ |
public TransStudents Students{ get; set;}
Public Property Students As TransStudents
public: property TransStudents^ Students { TransStudents^ get (); void set (TransStudents^ value); }
A TransStudents
The SIF specification defines the meaning of this null as: "List of students and their status. The complete list may be sent with some events (e.g. change in RouteStatus) per district policy, but it is more typical of responses."
To remove the TransStudents, set Students to null
Version: 2.0
Since: 1.5r1