 | ResultInsertAttendanceItemresultInsertAttendanceStudents Field |
This list of records is a one to one map to the records submitted to the method.
The status of every record submitted will be represented here.
If no records were submitted with the call then this list will be empty.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic List<ResultInsertAttendanceStudent> resultInsertAttendanceStudents
Public resultInsertAttendanceStudents As List(Of ResultInsertAttendanceStudent)
public:
List<ResultInsertAttendanceStudent^>^ resultInsertAttendanceStudents
public var resultInsertAttendanceStudents : List<ResultInsertAttendanceStudent>
var resultInsertAttendanceStudents
Field Value
Type:
ListResultInsertAttendanceStudent
See Also