Click or drag to resize

ResultInsertAttendanceResults Property

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)
Syntax
public List<ResultInsertAttendanceItem> Results { get; set; }

Property Value

Type: ListResultInsertAttendanceItem
See Also