 | 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)
Syntaxpublic List<ResultInsertAttendanceItem> Results { get; set; }
Public Property Results As List(Of ResultInsertAttendanceItem)
Get
Set
public:
property List<ResultInsertAttendanceItem^>^ Results {
List<ResultInsertAttendanceItem^>^ get ();
void set (List<ResultInsertAttendanceItem^>^ value);
}
function get Results () : List<ResultInsertAttendanceItem>
function set Results (value : List<ResultInsertAttendanceItem>)
function get_Results();
function set_Results(value);
Property Value
Type:
ListResultInsertAttendanceItem
See Also