[This is preliminary documentation and is subject to change.]
Adds the value of the <Student> element.
| C# | Visual Basic | Visual C++ |
public void AddStudent( string StudentPersonalRefId, StudentBoardingStatus Status, string Value )
Public Sub AddStudent ( _ StudentPersonalRefId As String, _ Status As StudentBoardingStatus, _ Value As String _ )
public: void AddStudent ( String^ StudentPersonalRefId, StudentBoardingStatus^ Status, String^ Value )
- StudentPersonalRefId (String)
- GUID that identifies the student that this element refers to.
- Status (StudentBoardingStatus)
- Boarding status of this student
- Value (String)
- Gets or sets the content value of the <TransStudent> element
This form of setStudent is provided as a convenience method that is functionally equivalent to the method AddStudent
Version: 2.0
Since: 1.5r1